kig
GUIActionList Class Reference
#include <lists.h>
Public Types | |
typedef std::set< GUIAction * > | avectype |
typedef std::set< KigPart * > | dvectype |
Public Member Functions | |
const avectype & | actions () const |
void | add (GUIAction *a) |
void | add (const std::vector< GUIAction * > &a) |
void | regDoc (KigPart *d) |
void | remove (GUIAction *a) |
void | remove (const std::vector< GUIAction * > &a) |
void | unregDoc (KigPart *d) |
Static Public Member Functions | |
static GUIActionList * | instance () |
Detailed Description
List of GUIActions for the parts to show.
Note that the list owns the actions it receives..
Member Typedef Documentation
typedef std::set<GUIAction*> GUIActionList::avectype |
typedef std::set<KigPart*> GUIActionList::dvectype |
Member Function Documentation
void GUIActionList::add | ( | const std::vector< GUIAction * > & | a | ) |
|
static |
void GUIActionList::regDoc | ( | KigPart * | d | ) |
void GUIActionList::remove | ( | const std::vector< GUIAction * > & | a | ) |
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.