#include <ax/ax_ui_adaptation_standard.h>

Public Member Functions | |
| AxRadioButtonAdapter () | |
| virtual wxString | GetName () |
| Override to return the name of the control. | |
| virtual wxString | GetStateText (AxContentLevel level) |
| Override to return text representing the state of the control, for example the current value. | |
| virtual wxString | GetLabel () |
| Override to return the label for the control. | |
| virtual wxString | GetContent (AxContentLevel level) |
| Get content. | |
| virtual bool | ApplyWindowColours () |
| Apply window colours. | |
| void | OnCommand (wxCommandEvent &event) |
| wxRadioButton * | GetRadioButton () const |
| AxRadioButtonAdapter::AxRadioButtonAdapter | ( | ) | [inline] |
| bool AxRadioButtonAdapter::ApplyWindowColours | ( | ) | [virtual] |
| virtual wxString AxRadioButtonAdapter::GetContent | ( | AxContentLevel | level | ) | [virtual] |
| virtual wxString AxRadioButtonAdapter::GetLabel | ( | ) | [inline, virtual] |
| wxString AxRadioButtonAdapter::GetName | ( | ) | [virtual] |
| wxRadioButton * AxRadioButtonAdapter::GetRadioButton | ( | ) | const |
| virtual wxString AxRadioButtonAdapter::GetStateText | ( | AxContentLevel | level | ) | [virtual] |
Override to return text representing the state of the control, for example the current value.
Implements AxAdapter.
| void AxRadioButtonAdapter::OnCommand | ( | wxCommandEvent & | event | ) |
1.5.8