|
|
void | navigate (QUrl doc) |
| |
|
void | show () |
| |
|
void | hide () |
| |
|
void | toggle (bool visible) |
| |
|
| 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 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.
The documentation for this class was generated from the following files:
- itemframework/itemframework/include/gui/livedoc.h
- itemframework/itemframework/src/gui/livedoc.cpp