kig
ObjectConstructorList Class Reference
#include <lists.h>
Detailed Description
The list of object constructors for use in various places, e.g.RMB menu's. Note that the list owns the ctors it gets..
Definition at line 69 of file lists.h.
Public Types | |
| typedef std::vector < ObjectConstructor * > | vectype |
Public Member Functions | |
| void | add (ObjectConstructor *a) |
| void | remove (ObjectConstructor *a) |
| vectype | ctorsThatWantArgs (const std::vector< ObjectCalcer * > &, const KigDocument &, const KigWidget &, bool completeOnly=false) const |
| const vectype & | constructors () const |
Static Public Member Functions | |
| static ObjectConstructorList * | instance () |
Member Typedef Documentation
| typedef std::vector<ObjectConstructor*> ObjectConstructorList::vectype |
Member Function Documentation
| ObjectConstructorList * ObjectConstructorList::instance | ( | ) | [static] |
| void ObjectConstructorList::add | ( | ObjectConstructor * | a | ) |
| void ObjectConstructorList::remove | ( | ObjectConstructor * | a | ) |
| ObjectConstructorList::vectype ObjectConstructorList::ctorsThatWantArgs | ( | const std::vector< ObjectCalcer * > & | os, | |
| const KigDocument & | d, | |||
| const KigWidget & | w, | |||
| bool | completeOnly = false | |||
| ) | const |
| const ObjectConstructorList::vectype & ObjectConstructorList::constructors | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference