![]() |
VR-Forces 4.0.4 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) | |
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 Attributes | |
| DtContourizationLogic * | myLogic |
| DtContourizationWidget * | myWidget |
| DtPersistenceToolbarWidget * | myTitle |
A dialog page containing countour settings.
| makVrv::DtContourizationPage::DtContourizationPage | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
Constructor.
Destructor.
| virtual QIcon makVrv::DtContourizationPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtContourizationPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtContourizationPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtContourizationPage::thePageClassName | ( | ) | [static] |
Get the class name of the class.
| virtual void makVrv::DtContourizationPage::onCurrentInstanceChanged | ( | QString | definition | ) | [virtual] |
Connected to parent pager's tabChanged(std::string)
Reimplemented from makVrv::DtSelectedInstanceDialogPage.
| void makVrv::DtContourizationPage::setupGui | ( | ) | [protected, virtual] |
Reimplemented from makVrv::DtTerrainPatchDialogPage.
| virtual void makVrv::DtContourizationPage::activate | ( | ) | [protected, virtual] |
Called when the page is show.
Reimplemented from makVrv::DtTerrainPatchDialogPage.
| virtual void makVrv::DtContourizationPage::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Reimplemented from makVrv::DtTerrainPatchDialogPage.