#include <ax_resource/ax_menu_library_settings.h>

Public Types | |
| enum | AxResourceLibraryAddCommand { AxResourceLibraryAddCommandUnknown, AxResourceLibraryAddByFolderCommand, AxResourceLibraryAddByFileCommand } |
Public Member Functions | |
| AxResourceLibraryAddActivator (AxResourceLibraryAddCommand command=AxResourceLibraryAddCommandUnknown, AxResourceLibrary *library=NULL) | |
| AxResourceLibraryAddActivator (const AxResourceLibraryAddActivator &activator) | |
| ~AxResourceLibraryAddActivator () | |
| void | Init () |
| virtual AxActivator * | Clone () const |
| void | Copy (const AxResourceLibraryAddActivator &activator) |
| virtual AxMenu * | Activate (AxMenuController *controller, AxMenuItem *item) |
| Called when the user activates a menu item by pressing return or double-clicking. | |
Static Public Member Functions | |
| static AxResourceLibrary * | GetResourceLibrary () |
| Get the resource library for the given menu item, by climbing the hierarchy and finding this activator. | |
Protected Attributes | |
| AxResourceLibraryAddCommand | m_command |
| AxResourceLibrary * | m_library |
| AxResourceLibraryAddActivator::AxResourceLibraryAddActivator | ( | AxResourceLibraryAddCommand | command = AxResourceLibraryAddCommandUnknown, |
|
| AxResourceLibrary * | library = NULL | |||
| ) | [inline] |
| AxResourceLibraryAddActivator::AxResourceLibraryAddActivator | ( | const AxResourceLibraryAddActivator & | activator | ) | [inline] |
| AxResourceLibraryAddActivator::~AxResourceLibraryAddActivator | ( | ) | [inline] |
| AxMenu * AxResourceLibraryAddActivator::Activate | ( | AxMenuController * | controller, | |
| AxMenuItem * | item | |||
| ) | [virtual] |
Called when the user activates a menu item by pressing return or double-clicking.
Implements AxActivator.
| virtual AxActivator* AxResourceLibraryAddActivator::Clone | ( | ) | const [inline, virtual] |
Implements AxActivator.
| void AxResourceLibraryAddActivator::Copy | ( | const AxResourceLibraryAddActivator & | activator | ) |
| static AxResourceLibrary* AxResourceLibraryAddActivator::GetResourceLibrary | ( | ) | [static] |
Get the resource library for the given menu item, by climbing the hierarchy and finding this activator.
| void AxResourceLibraryAddActivator::Init | ( | ) | [inline] |
Reimplemented from AxActivator.
1.5.8