![]() |
VR-Forces 4.3 Class Documentation
|
The DtAddPropsWidget lets users see add props to a DtFeatureLayer. More...

Public Slots | |
User input slots. | |
Receives notification that the user has changed a widget's value. | |
| void | on_plusButton_clicked () |
| Called when the user clicks the "+" button. | |
| void | on_minusButton_clicked () |
| Called when the user clicks the "-" button. | |
| void | onAddPropsButtonClicked () |
| Called when the "Add Props" button is clicked. | |
Public Member Functions | |
| DtAddPropsWidget (DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtAddPropsWidget () |
| DTOR. | |
Field value setters. | |
Sets the values of the widget's corresponding fields. | |
| virtual void | setFeatureFieldValuePairs (const DtFeatureFieldValueParser::FeatureFieldValueMap &featureFieldValueMap) |
| Set the field/ value pairs in the gui. | |
| virtual void | addRuleToHistory (const makArchives::DtAddPropsRuleRecord &rule) |
| Called by the logic to update the gui. | |
| virtual void | fillInRotationComboBox () |
| Called by the setFeatureFieldValuePairs to set up the field values for the rotation combo box. | |
| void | clear () |
| Clears everything. | |
Public Member Functions inherited from makVrv::DtAddPropsInterface | |
| virtual | ~DtAddPropsInterface () |
| DTOR. | |
Protected Member Functions | |
| void | setupGui () |
| Sets up the widget's fields. | |
| QStringList | ruleToStringList (const makArchives::DtAddPropsRuleRecord &rule) |
| Build a QStringList from a rule. | |
Static Protected Attributes | |
| static const int | theFieldColumn = 0 |
| static const int | theValueColumn = 1 |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtAddPropsInterface | |
| boost::signal< void(const makArchives::DtAddPropsRuleRecord &rule)> | signal_createAddPropRule |
| Emitted by the widget when a rule has been built. | |
The DtAddPropsWidget lets users see add props to a DtFeatureLayer.
| makVrv::DtAddPropsWidget::DtAddPropsWidget | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Set the field/ value pairs in the gui.
Implements makVrv::DtAddPropsInterface.
|
virtual |
Called by the logic to update the gui.
Implements makVrv::DtAddPropsInterface.
|
virtual |
Called by the setFeatureFieldValuePairs to set up the field values for the rotation combo box.
| void makVrv::DtAddPropsWidget::clear | ( | ) |
Clears everything.
|
slot |
Called when the user clicks the "+" button.
|
slot |
Called when the user clicks the "-" button.
|
slot |
Called when the "Add Props" button is clicked.
|
protected |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
|
protected |
Build a QStringList from a rule.
|
staticprotected |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |