#include <ax/ax_ui_adaptation_standard.h>
Public Member Functions | |
AxListBoxVoicedEvtHandler () | |
virtual wxString | GetControlName () |
Override to return the name of the control. | |
virtual wxString | GetControlStateText () |
Override to return text representing the state of the control, for example the current value. | |
void | OnCommand (wxCommandEvent &event) |
wxListBox * | GetListBox () const |
wxCheckListBox * | GetCheckListBox () const |
AxListBoxVoicedEvtHandler::AxListBoxVoicedEvtHandler | ( | ) | [inline] |
wxCheckListBox * AxListBoxVoicedEvtHandler::GetCheckListBox | ( | ) | const |
wxString AxListBoxVoicedEvtHandler::GetControlName | ( | ) | [virtual] |
wxString AxListBoxVoicedEvtHandler::GetControlStateText | ( | ) | [virtual] |
Override to return text representing the state of the control, for example the current value.
Implements AxVoicedEvtHandler.
wxListBox * AxListBoxVoicedEvtHandler::GetListBox | ( | ) | const |
void AxListBoxVoicedEvtHandler::OnCommand | ( | wxCommandEvent & | event | ) |