![]() |
VR-Forces 4.6.1 Class Documentation
|
A dialog for creating and editing cloud layers. More...

Public Member Functions | |
| DtCloudLayerDialog (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtCloudLayerDialog () |
| DTOR. | |
| void | editLayer (const DtCloudLayer &layer) |
| Set the settings for the dialog to use. | |
| const DtCloudLayer & | settings () const |
| Get the settings input via the dialog. | |
| virtual void | addCloudType (DtCloudTypeMapper::CloudType cloudType) |
| Add a cloud type to the interface's the combo box. | |
| virtual void | setCloudType (DtCloudTypeMapper::CloudType cloudType) |
| Set the cloud type in the interface's combo box. | |
| virtual void | setCloudPreviewImgName (const std::string &imgName) |
| Set the preview image in the interface. | |
| virtual void | setCloudDescription (const DtUnicode &description) |
| Set the cloud description in the interface. | |
| virtual void | setCoordinateSystem (const DtUnicode &coordSys) |
| Set the coordinate system in the interface's combo box. | |
| virtual void | addCoordinateSystem (const DtUnicode &coordSys) |
| Add a coordinate system to the interface's combo box. | |
| virtual void | setXLabel (const DtUnicode &xLabel) |
| Set the label for the "x" coordinate box. | |
| virtual void | setYLabel (const DtUnicode &yLabel) |
| Set the label for the "y" coordinate box. | |
| virtual void | setZLabel (const DtUnicode &zLabel) |
| Set the label for the "z" coordinate box. | |
| virtual void | setXValue (const DtUnicode &xVal) |
| Set the value of the "x" coordinate. | |
| virtual void | setYValue (const DtUnicode &yVal) |
| Set the value of the "y" coordinate. | |
| virtual void | setZValue (const DtUnicode &zVal) |
| Set the value of the "z" coordinate. | |
| virtual void | setWidth (double width) |
| Set the value of the width box. | |
| virtual void | setWidthUnits (const DtUnicode &units) |
| Set the value of the width units label. | |
| virtual void | setWidthDecimals (int decimals) |
| Set the width value precision. | |
| virtual void | setLength (double length) |
| Set the value of the length box. | |
| virtual void | setLengthUnits (const DtUnicode &units) |
| Set the value of the length units label. | |
| virtual void | setLengthDecimals (int decimals) |
| Set the length value precision. | |
| virtual void | setThickness (double thickness) |
| Set the value of the thickness box. | |
| virtual void | setThicknessUnits (const DtUnicode &units) |
| Set the value of the thickness units label. | |
| virtual void | setThicknessDecimals (int decimals) |
| Set the thickness value precision. | |
| virtual void | setDensity (double density) |
| Set the value of the density box. | |
| virtual void | setInfinite (bool infinite) |
| Set the value of the infinite box. | |
| virtual void | setXBoxEnabled (bool enabled) |
| Enable/disable the "x" coordinate box. | |
| virtual void | setYBoxEnabled (bool enabled) |
| Enable/disable the "y" coordinate box. | |
| virtual void | setZBoxEnabled (bool enabled) |
| Enable/disable the "z" coordinate box. | |
| virtual void | setWidthEnabled (bool enabled) |
| Enable/disable the width box. | |
| virtual void | setLengthEnabled (bool enabled) |
| Enable/disable the length box. | |
| virtual void | setThicknessEnabled (bool enabled) |
| Enable/disable the thickness box. | |
| virtual void | setDensityEnabled (bool enabled) |
| Enable/disable the density box. | |
| virtual void | setInfiniteEnabled (bool enabled) |
| Enable/disable the infinite box. | |
| virtual void | setCenterOnTerrainButtonEnabled (bool enabled) |
| Enable/disable the Center on Terrain button. | |
| virtual void | setCenterOnObserverButtonEnabled (bool enabled) |
| Enable/disable the Center on Observer button. | |
| virtual void | setCloudTypeEnabled (DtCloudTypeMapper::CloudType cloudType, bool enabled) |
| Set cloud type enabled. | |
| virtual void | setCaption (const DtUnicode &caption) |
| Set the window title of the dialog. | |
Public Member Functions inherited from makVrv::DtCloudLayerDialogInterface | |
| virtual | ~DtCloudLayerDialogInterface () |
| Destructor. | |
Protected Slots | |
| void | onInfiniteLayerChanged (int state) |
| Called when the cloud layer is toggled from infinite/not infinite. | |
| void | onCoordSysBoxCurrentIndexChanged (const QString &sys) |
| Called when the coordinate system is changed by the user. | |
| void | onCloudTypeBoxCurrentIndexChanged (int index) |
| Called when the cloud type is changed by the user. | |
| void | onCenterOnObsButtonClicked () |
| Called when the center on observer button is clicked. | |
| void | onCenterOnTerrainButtonClicked () |
| Called when the center on terrain button is clicked. | |
| void | onCoordinateBoxEdited () |
| Called when any of the coordinate values are changed. | |
| void | onWidthBoxEdited (double) |
| void | onLengthBoxEdited (double) |
| void | onThicknessBoxEdited (double) |
| void | onDensityBoxEdited (double) |
Protected Member Functions | |
| void | setupGui () |
| Sets up connections and some min and max values. | |
Protected Attributes | |
| DtVirtualBaseClass * | myLogic |
Private Member Functions | |
| DtCloudLayerDialog (const DtCloudLayerDialog &orig) | |
| Copy CTOR ( Not implemented ) | |
| DtCloudLayerDialog & | operator= (const DtCloudLayerDialog &orig) |
| Assignment operator ( Not implemented ) | |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtCloudLayerDialogInterface | |
| boost::signal< const DtCloudLayer *() > | signal_requestCloudLayer |
| boost::signal< void(DtCloudTypeMapper::CloudType cloudType) > | signal_cloudTypeChanged |
| boost::signal< void(const DtUnicode &csType) > | signal_coordSysChanged |
| boost::signal< void() > | signal_centerOnObserver |
| boost::signal< void() > | signal_centerOnTerrain |
| boost::signal< void(DtUnicode, DtUnicode, DtUnicode) > | signal_positionValueChanged |
| boost::signal< void(double) > | signal_widthChanged |
| boost::signal< void(double) > | signal_lengthChanged |
| boost::signal< void(double) > | signal_thicknessChanged |
| boost::signal< void(double) > | signal_densityChanged |
| boost::signal< void(bool) > | signal_infiniteChanged |
| boost::signal< void(const DtCloudLayer &)> | signal_editCloudLayer |
A dialog for creating and editing cloud layers.
| makVrv::DtCloudLayerDialog::DtCloudLayerDialog | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
private |
Copy CTOR ( Not implemented )
| void makVrv::DtCloudLayerDialog::editLayer | ( | const DtCloudLayer & | layer | ) |
Set the settings for the dialog to use.
| const DtCloudLayer& makVrv::DtCloudLayerDialog::settings | ( | ) | const |
Get the settings input via the dialog.
|
virtual |
Add a cloud type to the interface's the combo box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the cloud type in the interface's combo box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the preview image in the interface.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the cloud description in the interface.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the coordinate system in the interface's combo box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Add a coordinate system to the interface's combo box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the label for the "x" coordinate box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the label for the "y" coordinate box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the label for the "z" coordinate box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the "x" coordinate.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the "y" coordinate.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the "z" coordinate.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the width box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the width units label.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the width value precision.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the length box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the length units label.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the length value precision.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the thickness box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the thickness units label.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the thickness value precision.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the density box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the value of the infinite box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the "x" coordinate box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the "y" coordinate box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the "z" coordinate box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the width box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the length box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the thickness box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the density box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the infinite box.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the Center on Terrain button.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Enable/disable the Center on Observer button.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set cloud type enabled.
Implements makVrv::DtCloudLayerDialogInterface.
|
virtual |
Set the window title of the dialog.
Implements makVrv::DtCloudLayerDialogInterface.
|
private |
Assignment operator ( Not implemented )
|
protected |
Sets up connections and some min and max values.
|
protectedslot |
Called when the cloud layer is toggled from infinite/not infinite.
|
protectedslot |
Called when the coordinate system is changed by the user.
|
protectedslot |
Called when the cloud type is changed by the user.
|
protectedslot |
Called when the center on observer button is clicked.
|
protectedslot |
Called when the center on terrain button is clicked.
|
protectedslot |
Called when any of the coordinate values are changed.
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protected |