kig
MacroList Class Reference
#include <lists.h>
Public Types | |
typedef std::vector< Macro * > | vectype |
Public Member Functions | |
void | add (Macro *m) |
void | add (const vectype &ms) |
bool | load (const QString &f, vectype &ret, const KigPart &) |
const vectype & | macros () const |
void | remove (Macro *m) |
bool | save (Macro *m, const QString &f) |
bool | save (const vectype &ms, const QString &f) |
Static Public Member Functions | |
static MacroList * | instance () |
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..
Member Typedef Documentation
typedef std::vector<Macro*> MacroList::vectype |
Member Function Documentation
void MacroList::add | ( | Macro * | m | ) |
void MacroList::add | ( | const vectype & | ms | ) |
|
static |
const MacroList::vectype & MacroList::macros | ( | ) | const |
void MacroList::remove | ( | Macro * | m | ) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.