![]() |
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 () override |
| virtual QIcon | icon () override |
| virtual makVrv::DtQIconConfigurations | qIconConfigurations () const override |
| virtual QString | title () override |
| virtual const std::string & | pageClassName () const override |
Public Member Functions inherited from makVrf::DtDebugDrawTerrainInterface | |
| DtDebugDrawTerrainInterface (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f) | |
| virtual | ~DtDebugDrawTerrainInterface () override |
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 |
| QLabel * | myTerrainCategoryMaskLabel |
| QComboBox * | myTerrainCategoryMask |
| QString | myTerrainCategoryMaskString |
| QCheckBox * | myShowSkinNormal |
| QCheckBox * | myShowCollisionObjects |
| QCheckBox * | myForcePageIn |
| QCheckBox * | myUseInstancedGeometry |
| 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_myTerrainCategoryMask_currentTextChanged (const QString &text) |
| virtual void | on_myShowSkinNormal_stateChanged (int state) |
| virtual void | on_myShowCollisionObjects_stateChanged (int state) |
| virtual void | on_myForcePageIn_stateChanged (int state) |
| virtual void | on_myUseInstancedGeometry_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 () override |
| virtual void | activate () override |
| virtual void | deactivate () override |
| virtual void | fillSoilColor () |
| virtual void | fillRoughnessSoilColor () |
| virtual void | setupComboBox () |
Protected Member Functions inherited from makVrv::DtPage | |
| virtual QWidget * | wrapPageWithScrollArea (QWidget *scrollableWidget, bool isHorizontalScrollingEnabled=false, bool isVerticalScrollingEnabled=true) |
| virtual DtPageScrollArea * | createScrollArea (QWidget *scrollableWidget, QWidget *parent, bool isHorizontalScrollingEnabled=false, bool isVerticalScrollingEnabled=true) |
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.
|
overridevirtual |
DTOR.
|
overridevirtual |
Get the icon of the page.
Implements makVrf::DtDebugDrawTerrainInterface.
|
overridevirtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
overridevirtual |
Get the title of the page.
Implements makVrf::DtDebugDrawTerrainInterface.
|
overridevirtual |
Get the class name of the page.
Implements makVrf::DtDebugDrawTerrainInterface.
|
static |
Static accessor for the class name.
|
overrideprotectedvirtual |
Create the QT GUI.
Implements makVrf::DtDebugDrawTerrainInterface.
|
overrideprotectedvirtual |
Called by the Pager when this page becomes active.
Implements makVrf::DtDebugDrawTerrainInterface.
|
overrideprotectedvirtual |
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.
|
protectedvirtual |
fill the Terrain Category Mask combo box
|
protectedvirtualslot |
|
protectedvirtualslot |
|
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 |
| QLabel* makVrf::DtDebugDrawTerrainPage::myTerrainCategoryMaskLabel |
| QComboBox* makVrf::DtDebugDrawTerrainPage::myTerrainCategoryMask |
| QString makVrf::DtDebugDrawTerrainPage::myTerrainCategoryMaskString |
| QCheckBox* makVrf::DtDebugDrawTerrainPage::myShowSkinNormal |
| QCheckBox* makVrf::DtDebugDrawTerrainPage::myShowCollisionObjects |
| QCheckBox* makVrf::DtDebugDrawTerrainPage::myForcePageIn |
| QCheckBox* makVrf::DtDebugDrawTerrainPage::myUseInstancedGeometry |
| QListWidget* makVrf::DtDebugDrawTerrainPage::myColorList |
| DtDebugDrawColors* makVrf::DtDebugDrawTerrainPage::myDebugDrawColors |