|
roviz
0.7
Code Documentation of roviz
|
The AbstractSingleton class defines functions that every singleton must implement Every Singleton must provide a constructor, destructor a postInit() and a preDestroy() method. More...
#include <singleton.h>


Protected Member Functions | |
| virtual bool | postInit ()=0 |
| postInit will be called after all components and singletons have been constructed/initialized More... | |
| virtual bool | preDestroy ()=0 |
| preDestroy will be called before any of the components and singletons will be destructed/deinitailized More... | |
Friends | |
| class | ObjectState |
The AbstractSingleton class defines functions that every singleton must implement Every Singleton must provide a constructor, destructor a postInit() and a preDestroy() method.
|
protectedpure virtual |
postInit will be called after all components and singletons have been constructed/initialized
Implemented in GuiManager, Livedoc, PluginManager, Item_Manager, and ProjectManagerGui.

|
protectedpure virtual |
preDestroy will be called before any of the components and singletons will be destructed/deinitailized
Implemented in GuiManager, Livedoc, PluginManager, Item_Manager, and ProjectManagerGui.

1.8.13