![]() |
VR-Forces 4.3 Class Documentation
|
A dialog page containing countour settings. More...

Public Member Functions | |
| DtContourizationPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| Constructor. | |
| ~DtContourizationPage () | |
| 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. | |
| virtual void | onCurrentInstanceChanged (QString definition) |
| Connected to parent pager's tabChanged(std::string) | |
Public Member Functions inherited from makVrv::DtTerrainPatchDialogPage | |
| DtTerrainPatchDialogPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~DtTerrainPatchDialogPage () |
| DTOR. | |
| virtual void | onNewInstanceRequested () |
| virtual void | onDeleteInstanceRequested () |
Public Member Functions inherited from makVrv::DtSelectedInstanceDialogPage | |
| DtSelectedInstanceDialogPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~DtSelectedInstanceDialogPage () |
| DTOR. | |
| virtual void | addInstance (const std::string &) |
| Add an instance. | |
| virtual void | removeInstance (const std::string &) |
| Remove an instance. | |
| virtual QString | currentInstance () |
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 when the page is show. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
Protected Member Functions inherited from makVrv::DtTerrainPatchDialogPage | |
| virtual void | addTerrain (const DtTerrainPatch &terrainPatch) |
| virtual void | removeTerrain (const DtTerrainPatch &terrainPatch) |
Protected Attributes | |
| DtContourizationLogic * | myLogic |
| DtContourizationWidget * | myWidget |
| DtPersistenceToolbarWidget * | myTitle |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtSelectedInstanceDialogPage | |
| virtual void | onCurrentInstanceChanged (int) |
| virtual void | onRenameInstanceRequested () |
A dialog page containing countour settings.
| makVrv::DtContourizationPage::DtContourizationPage | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
Constructor.
| makVrv::DtContourizationPage::~DtContourizationPage | ( | ) |
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.
|
virtual |
Connected to parent pager's tabChanged(std::string)
Reimplemented from makVrv::DtSelectedInstanceDialogPage.
|
protectedvirtual |
Reimplemented from makVrv::DtTerrainPatchDialogPage.
|
protectedvirtual |
Called when the page is show.
Reimplemented from makVrv::DtTerrainPatchDialogPage.
|
protectedvirtual |
Called when the page is hidden.
Reimplemented from makVrv::DtTerrainPatchDialogPage.
|
protected |
|
protected |
|
protected |