![]() |
VR-Forces 4.3 Class Documentation
|
Dialog for controlling image layers (if any) to be shown. More...

Public Member Functions | |
| DtImageLayerPage (makVrv::DtDe &de, QWidget *pager, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtImageLayerPage () |
| Destructor. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. | |
| virtual | ~DtPage () |
| DTOR for page. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Get the class name of the class. | |
Protected Member Functions | |
| void | setupGui () |
| virtual void | activate () |
| Called by the pager when the page becomes de-active. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
Protected Attributes | |
| DtImageLayerLogic * | myLogic |
| DtImageLayerWidget * | myWidget |
| makVrv::DtPersistenceToolbarWidget * | myTitle |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Dialog for controlling image layers (if any) to be shown.
| makVrf::DtImageLayerPage::DtImageLayerPage | ( | makVrv::DtDe & | de, |
| QWidget * | pager, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
static |
Get the class name of the class.
|
protected |
|
protectedvirtual |
Called by the pager when the page becomes de-active.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protected |
|
protected |
|
protected |