#include <ax/ax_ui_adaptation_standard.h>

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