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