KoMacro Namespace Reference
Classes | |
| class | Action |
| The Action class extendes KAction to implement some additional functionality KAction doesn't provide. More... | |
| class | Context |
| The context of an execution. More... | |
| class | Exception |
| Base Exception class. More... | |
| class | Macro |
| The Macro class implements all the action-handling. More... | |
| class | MacroItem |
| The MacroItem class is an item in a Macro and represents one single execution step. More... | |
| class | Manager |
| The Manager class acts as window-wide manager for macros. More... | |
| class | MetaMethod |
| Class to provide abstract methods for the undocumented Qt3 QUObject-API functionality. More... | |
| class | MetaObject |
| Class to provide abstract access to extended QObject functionality like the undocumented QUObject-API in Qt3. More... | |
| class | MetaParameter |
| Class to provide abstract methods for the undocumented Qt3 QUObject-API functionality. More... | |
| class | Variable |
| A variable value used to provide abstract access to variables. More... | |
| class | XMLHandler |
| The XMLHandler class manages the (un-)serialization of a Macro instance to/from XML. More... | |
Variables | |
| static::KoMacro::Manager * | _self = 0 |
| Pointer to our static singleton. | |
| static KStaticDeleter< ::KoMacro::Manager > | _manager |
| Automatically deletes our singleton on termination. | |
Variable Documentation
|
|
Automatically deletes our singleton on termination.
Definition at line 61 of file manager.cpp. Referenced by KoMacro::Manager::init(). |
|
|
Pointer to our static singleton.
Definition at line 58 of file manager.cpp. Referenced by KFormDesigner::FormManager::createWidgetLibrary(), KoMacro::Manager::init(), KoMacro::Manager::self(), KFormDesigner::FormManager::self(), and KFormDesigner::FormManager::~FormManager(). |
