![]() |
VR-Forces Developer's Guide
|
A widget for configuring the Debug Simulation Terrain information.

Public Member Functions | |
| DtDebugDrawTerrainPage (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f) | |
| virtual | ~DtDebugDrawTerrainPage () |
| virtual QIcon | icon () |
| virtual makVrv::DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
Public Member Functions inherited from makVrf::DtDebugDrawTerrainInterface | |
| DtDebugDrawTerrainInterface (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f) | |
| virtual | ~DtDebugDrawTerrainInterface () |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
Public Attributes | |
| makVrv::DtDe & | myDe |
| DtDebugDrawTerrainLogic * | myLogic |
| QGridLayout * | myMainLayout |
| DtDebugDrawConnectorPage * | myConnectorToolbar |
| QLabel * | myColorSliderName |
| QSlider * | myAlphaColorSlider |
| QCheckBox * | myShowSkin |
| QRadioButton * | myShowSkinNoColor |
| QRadioButton * | myShowSkinSoilColor |
| QRadioButton * | myShowSkinRoughnessColor |
| QCheckBox * | myShowSkinNormal |
| QCheckBox * | myShowCollisionObjects |
| QCheckBox * | myForcePageIn |
| QListWidget * | myColorList |
| DtDebugDrawColors * | myDebugDrawColors |
Protected Slots | |
| virtual void | on_myShowSkin_stateChanged (int state) |
| virtual void | on_myShowSkinNoColor_clicked () |
| virtual void | on_myShowSkinSoilColor_clicked () |
| virtual void | on_myShowSkinRoughnessColor_clicked () |
| virtual void | on_myShowSkinNormal_stateChanged (int state) |
| virtual void | on_myShowCollisionObjects_stateChanged (int state) |
| virtual void | on_myForcePageIn_stateChanged (int state) |
| virtual void | on_myConnectButton_clicked () |
| virtual void | on_myRefreshButton_clicked () |
| virtual void | on_myQueryRange_textChanged (const QString &text) |
| virtual void | on_myQueryRange_returnPressed () |
| virtual void | on_myAlphaColorSlider_valueChanged () |
Protected Member Functions | |
| virtual void | setupGui () |
| virtual void | activate () |
| virtual void | deactivate () |
| virtual void | fillSoilColor () |
| virtual void | fillRoughnessSoilColor () |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
| makVrf::DtDebugDrawTerrainPage::DtDebugDrawTerrainPage | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Get the icon of the page.
Implements makVrf::DtDebugDrawTerrainInterface.
|
virtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrf::DtDebugDrawTerrainInterface.
|
virtual |
Get the class name of the page.
Implements makVrf::DtDebugDrawTerrainInterface.
|
static |
Static accessor for the class name.
|
protectedvirtual |
Create the QT GUI.
Implements makVrf::DtDebugDrawTerrainInterface.
|
protectedvirtual |
Called by the Pager when this page becomes active.
Implements makVrf::DtDebugDrawTerrainInterface.
|
protectedvirtual |
Called by the Pager when this page becomes active.
Implements makVrf::DtDebugDrawTerrainInterface.
|
protectedvirtual |
Fill the color item list for soil type.
|
protectedvirtual |
Fill the color item list for roughness soil type.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
| makVrv::DtDe& makVrf::DtDebugDrawTerrainPage::myDe |
| DtDebugDrawTerrainLogic* makVrf::DtDebugDrawTerrainPage::myLogic |
| QGridLayout* makVrf::DtDebugDrawTerrainPage::myMainLayout |
| DtDebugDrawConnectorPage* makVrf::DtDebugDrawTerrainPage::myConnectorToolbar |
| QLabel* makVrf::DtDebugDrawTerrainPage::myColorSliderName |
| QSlider* makVrf::DtDebugDrawTerrainPage::myAlphaColorSlider |
| QCheckBox* makVrf::DtDebugDrawTerrainPage::myShowSkin |
| QRadioButton* makVrf::DtDebugDrawTerrainPage::myShowSkinNoColor |
| QRadioButton* makVrf::DtDebugDrawTerrainPage::myShowSkinSoilColor |
| QRadioButton* makVrf::DtDebugDrawTerrainPage::myShowSkinRoughnessColor |
| QCheckBox* makVrf::DtDebugDrawTerrainPage::myShowSkinNormal |
| QCheckBox* makVrf::DtDebugDrawTerrainPage::myShowCollisionObjects |
| QCheckBox* makVrf::DtDebugDrawTerrainPage::myForcePageIn |
| QListWidget* makVrf::DtDebugDrawTerrainPage::myColorList |
| DtDebugDrawColors* makVrf::DtDebugDrawTerrainPage::myDebugDrawColors |