#include <ax/ax_ui_adaptation_standard.h>
Public Member Functions | |
AxCheckBoxVoicedEvtHandler () | |
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) |
wxCheckBox * | GetCheckBox () const |
AxCheckBoxVoicedEvtHandler::AxCheckBoxVoicedEvtHandler | ( | ) | [inline] |
wxCheckBox * AxCheckBoxVoicedEvtHandler::GetCheckBox | ( | ) | const |
wxString AxCheckBoxVoicedEvtHandler::GetControlName | ( | ) | [virtual] |
wxString AxCheckBoxVoicedEvtHandler::GetControlStateText | ( | ) | [virtual] |
Override to return text representing the state of the control, for example the current value.
Implements AxVoicedEvtHandler.
void AxCheckBoxVoicedEvtHandler::OnCommand | ( | wxCommandEvent & | event | ) |