MacroList Class Reference
This class keeps a list of all macro's, and allows them to be easily accessed, added etc.
More...
#include <lists.h>
List of all members.
Detailed Description
This class keeps a list of all macro's, and allows them to be easily accessed, added etc.
Macro objects are owned by this list..
Definition at line 110 of file lists.h.
Member Typedef Documentation
Member Function Documentation
| void MacroList::add |
( |
const vectype & |
ms |
) |
|
Add the Macro's ms.
MacroList takes care of adding the action and ctor in the relevant places..
Definition at line 200 of file lists.cc.
| void MacroList::add |
( |
Macro * |
m |
) |
|
Add a Macro m .
MacroList takes care of adding the action and ctor in the relevant places..
Definition at line 212 of file lists.cc.
load macro's from file f .
note that this just returns the loaded macro's, and doesn't add them to the various lists. Use add() if you want that behaviour.. The fact that this functions requires a KigPart argument is semantically incorrect, but i haven't been able to work around it..
Definition at line 297 of file lists.cc.
get access to the list of macro's.
Definition at line 230 of file lists.cc.
| void MacroList::remove |
( |
Macro * |
m |
) |
|
Remove macro m .
Macrolist takes care of deleting everything, and unregistering the action and ctor from the relevant places..
Definition at line 219 of file lists.cc.
Save macros ms to file f .
Definition at line 246 of file lists.cc.
Save macro m to file f .
Definition at line 239 of file lists.cc.
The documentation for this class was generated from the following files: