|
The Vish Visualization Shell 0.3
Vish
|
Classes | |
| struct | Iterator |
| Iterator base class for the VCreatorCategory::iterate() function. More... | |
Static Public Member Functions | |
| static void | addCreator (const WeakPtr< VCreatorBase > &C) |
| Add a creator to the Creator Category registry. | |
| static VCreatorProperties & | getProperties (const string &CategoryName) |
| Get the properties of the given Creator Category, allows to modify them. | |
| static int | iterate (const string &CategoryName, Iterator &It) |
| Iterate over all VCreators of a given Category . | |
|
static |
Get the properties of the given Creator Category, allows to modify them.
Note that these are global properties.
Clarification: though the result is of type VCreatorProperties, it refers to a Category or Creators, not a single Creator.
|
static |
Iterate over all VCreators of a given Category .
Use getProperties() to get overall propertiers of this Category.
References Wizt::VCreatorCategory::Iterator::apply().