#include <ax/ax_menu_choice.h>

Public Member Functions | |
| AxChoiceActivator () | |
| AxChoiceActivator (const wxString &labelSpec, const wxString &descriptionSpec) | |
| AxChoiceActivator (const AxChoiceActivator &activator) | |
| void | Init () |
| void | Copy (const AxChoiceActivator &activator) |
| virtual AxActivator * | Clone () const |
| virtual AxMenu * | Activate (AxMenuController *controller, AxMenuItem *item) |
| Called when the user activates a menu item by pressing return or double-clicking. | |
| virtual wxString | CreateString (const wxString &spec, bool isLabel) |
| Create menu label or description. | |
| AxChoiceMenuItem * | GetChoiceMenuItem () const |
| AxChoiceActivator::AxChoiceActivator | ( | ) | [inline] |
| AxChoiceActivator::AxChoiceActivator | ( | const wxString & | labelSpec, | |
| const wxString & | descriptionSpec | |||
| ) |
| AxChoiceActivator::AxChoiceActivator | ( | const AxChoiceActivator & | activator | ) | [inline] |
| AxMenu * AxChoiceActivator::Activate | ( | AxMenuController * | controller, | |
| AxMenuItem * | item | |||
| ) | [virtual] |
Called when the user activates a menu item by pressing return or double-clicking.
Implements AxActivator.
| virtual AxActivator* AxChoiceActivator::Clone | ( | ) | const [inline, virtual] |
Implements AxActivator.
| void AxChoiceActivator::Copy | ( | const AxChoiceActivator & | activator | ) |
| wxString AxChoiceActivator::CreateString | ( | const wxString & | spec, | |
| bool | isLabel | |||
| ) | [virtual] |
| AxChoiceMenuItem * AxChoiceActivator::GetChoiceMenuItem | ( | ) | const |
| void AxChoiceActivator::Init | ( | ) |
Reimplemented from AxAutoUpdateActivator.
1.5.8