#include <ax/ax_menu_alert.h>

Public Member Functions | |
| AxAlertMenuActivator (AxModalAlertMenu *menu=NULL) | |
| AxAlertMenuActivator (const AxAlertMenuActivator &activator) | |
| void | Init () |
| void | Copy (const AxAlertMenuActivator &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. | |
| AxModalAlertMenu * | GetModalAlertMenu () const |
| void | SetModalAlertMenu (AxModalAlertMenu *menu) |
Protected Attributes | |
| AxModalAlertMenu * | m_alertMenu |
This is for implementation only.
| AxAlertMenuActivator::AxAlertMenuActivator | ( | AxModalAlertMenu * | menu = NULL |
) | [inline] |
| AxAlertMenuActivator::AxAlertMenuActivator | ( | const AxAlertMenuActivator & | activator | ) | [inline] |
| virtual AxMenu* AxAlertMenuActivator::Activate | ( | AxMenuController * | controller, | |
| AxMenuItem * | item | |||
| ) | [virtual] |
Called when the user activates a menu item by pressing return or double-clicking.
Implements AxActivator.
| virtual AxActivator* AxAlertMenuActivator::Clone | ( | ) | const [inline, virtual] |
Implements AxActivator.
| void AxAlertMenuActivator::Copy | ( | const AxAlertMenuActivator & | activator | ) |
| AxModalAlertMenu* AxAlertMenuActivator::GetModalAlertMenu | ( | ) | const [inline] |
| void AxAlertMenuActivator::Init | ( | ) | [inline] |
Reimplemented from AxActivator.
| void AxAlertMenuActivator::SetModalAlertMenu | ( | AxModalAlertMenu * | menu | ) | [inline] |
AxModalAlertMenu* AxAlertMenuActivator::m_alertMenu [protected] |
1.5.8