#include <ax/ax_ui_adaptation_standard.h>

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