#include <ax/ax_ui_adaptation_standard.h>

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