#include <ax/ax_ui_adaptation_standard.h>

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