#include <ax/ax_activator.h>

Public Member Functions | |
| AxUpActivator () | |
| AxUpActivator (const AxUpActivator &activator) | |
| ~AxUpActivator () | |
| void | Init () |
| virtual AxActivator * | Clone () const |
| void | Copy (const AxUpActivator &activator) |
| virtual AxMenu * | Activate (AxMenuController *controller, AxMenuItem *item) |
| Called when the user activates a menu item by pressing return or double-clicking. | |
| AxUpActivator::AxUpActivator | ( | ) | [inline] |
| AxUpActivator::AxUpActivator | ( | const AxUpActivator & | activator | ) | [inline] |
| AxUpActivator::~AxUpActivator | ( | ) | [inline] |
| virtual AxMenu* AxUpActivator::Activate | ( | AxMenuController * | controller, | |
| AxMenuItem * | item | |||
| ) | [virtual] |
Called when the user activates a menu item by pressing return or double-clicking.
Implements AxActivator.
| virtual AxActivator* AxUpActivator::Clone | ( | ) | const [inline, virtual] |
Implements AxActivator.
| void AxUpActivator::Copy | ( | const AxUpActivator & | activator | ) |
| void AxUpActivator::Init | ( | ) | [inline] |
Reimplemented from AxActivator.
1.5.8