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

Public Slots

void navigate (QUrl doc)
 
void show ()
 
void hide ()
 
void toggle (bool visible)
 

Public Member Functions

void add_provider (Interface_Livedoc_Provider *p)
 
void remove_provider (Interface_Livedoc_Provider *p)
 
const QList< Interface_Livedoc_Provider * > & get_providers () const
 
QString get_doc (QUrl doc)
 

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

Additional Inherited Members

- Static Public Member Functions inherited from Singleton< Livedoc >
static Livedocinstance ()
 Returns the current instance of the singleton. More...
 

Member Function Documentation

◆ postInit()

bool Livedoc::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 Livedoc::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: