|
|
bool | start () |
| |
|
int | showSelectWorkspaceDialog () |
| |
|
bool | openWorkspace (QSharedPointer< AbstractWorkspace > workspace) |
| |
|
QString | lastError () const |
| |
|
ProjectManager * | projectManager () |
| |
|
| bool | postInit () |
| | postInit will be called after all components and singletons have been constructed/initialized More...
|
| |
| bool | preDestroy () |
| | preDestroy will be called before any of the components and singletons will be destructed/deinitailized More...
|
| |
◆ postInit()
| bool ProjectManagerGui::postInit |
( |
| ) |
|
|
protectedvirtual |
postInit will be called after all components and singletons have been constructed/initialized
- Returns
- true if post initialization was successfull
Implements AbstractSingleton.
◆ preDestroy()
| bool ProjectManagerGui::preDestroy |
( |
| ) |
|
|
protectedvirtual |
preDestroy will be called before any of the components and singletons will be destructed/deinitailized
- Returns
- true if pre destruction was successfull
Implements AbstractSingleton.
The documentation for this class was generated from the following files:
- itemframework/itemframework/src/project/project_manager_gui.h
- itemframework/itemframework/src/project/project_manager_gui.cpp