#include <ax/ax_ui_adaptation_standard.h>

Public Member Functions | |
| AxCheckBoxAdapter () | |
| 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) |
| wxCheckBox * | GetCheckBox () const |
| AxCheckBoxAdapter::AxCheckBoxAdapter | ( | ) | [inline] |
| bool AxCheckBoxAdapter::ApplyWindowColours | ( | ) | [virtual] |
| wxCheckBox * AxCheckBoxAdapter::GetCheckBox | ( | ) | const |
| virtual wxString AxCheckBoxAdapter::GetContent | ( | AxContentLevel | level | ) | [virtual] |
| virtual wxString AxCheckBoxAdapter::GetLabel | ( | ) | [inline, virtual] |
| wxString AxCheckBoxAdapter::GetName | ( | ) | [virtual] |
| virtual wxString AxCheckBoxAdapter::GetStateText | ( | AxContentLevel | level | ) | [virtual] |
Override to return text representing the state of the control, for example the current value.
Implements AxAdapter.
| void AxCheckBoxAdapter::OnCommand | ( | wxCommandEvent & | event | ) |
1.5.8