roviz  0.7
Code Documentation of roviz
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
ProjectManagerGui Class Reference
Inheritance diagram for ProjectManagerGui:
Inheritance graph
Collaboration diagram for ProjectManagerGui:
Collaboration graph

Public Member Functions

bool start ()
 
int showSelectWorkspaceDialog ()
 
bool openWorkspace (QSharedPointer< AbstractWorkspace > workspace)
 
QString lastError () const
 
ProjectManagerprojectManager ()
 

Static Public Member Functions

static AbstractWorkspaceGuiabstractWorkspaceGuiClass (const QSharedPointer< AbstractWorkspace > &workspace, const QVector< AbstractWorkspaceGui *> &workspaceGuis)
 
- Static Public Member Functions inherited from Singleton< ProjectManagerGui >
static ProjectManagerGuiinstance ()
 Returns the current instance of the singleton. More...
 

Protected Member Functions

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...
 

Member Function Documentation

◆ 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.

Here is the call graph for this function:

The documentation for this class was generated from the following files: