#include <ax/ax_ui_adaptation_standard.h>

Public Member Functions | |
| AxNotebookAdapter () | |
| 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. | |
| virtual bool | ApplyWindowColours () |
| Apply window colours. | |
| void | OnNotebookPageChanged (wxNotebookEvent &event) |
| void | OnChoicebookPageChanged (wxChoicebookEvent &event) |
| void | OnListbookPageChanged (wxListbookEvent &event) |
| void | OnTreebookPageChanged (wxTreebookEvent &event) |
| void | OnPageChanged (int sel) |
| wxBookCtrlBase * | GetBookCtrl () const |
| wxNotebook * | GetNotebook () const |
| wxChoicebook * | GetChoicebook () const |
| wxListbook * | GetListbook () const |
| wxTreebook * | GetTreebook () const |
| AxNotebookAdapter::AxNotebookAdapter | ( | ) | [inline] |
| bool AxNotebookAdapter::ApplyWindowColours | ( | ) | [virtual] |
| wxBookCtrlBase * AxNotebookAdapter::GetBookCtrl | ( | ) | const |
| wxChoicebook * AxNotebookAdapter::GetChoicebook | ( | ) | const |
| wxString AxNotebookAdapter::GetContent | ( | AxContentLevel | level | ) | [virtual] |
| wxListbook * AxNotebookAdapter::GetListbook | ( | ) | const |
| wxString AxNotebookAdapter::GetName | ( | ) | [virtual] |
| wxNotebook * AxNotebookAdapter::GetNotebook | ( | ) | const |
| wxString AxNotebookAdapter::GetStateText | ( | AxContentLevel | level | ) | [virtual] |
Override to return text representing the state of the control, for example the current value.
Implements AxAdapter.
| wxTreebook * AxNotebookAdapter::GetTreebook | ( | ) | const |
| void AxNotebookAdapter::OnChoicebookPageChanged | ( | wxChoicebookEvent & | event | ) |
| void AxNotebookAdapter::OnListbookPageChanged | ( | wxListbookEvent & | event | ) |
| void AxNotebookAdapter::OnNotebookPageChanged | ( | wxNotebookEvent & | event | ) |
| void AxNotebookAdapter::OnPageChanged | ( | int | sel | ) |
| void AxNotebookAdapter::OnTreebookPageChanged | ( | wxTreebookEvent & | event | ) |
1.5.8