![]() |
VR-Forces Developer's Guide
|
The DtAddPropsWidget lets users see add props to a DtFeatureLayer.

Public Slots | |
User input slots. | |
Receives notification that the user has changed a widget's value. | |
| void | on_plusButton_clicked () |
| void | on_minusButton_clicked () |
| void | onAddPropsButtonClicked () |
Public Member Functions | |
| DtAddPropsWidget (DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| virtual | ~DtAddPropsWidget () |
Field value setters. | |
Sets the values of the widget's corresponding fields. | |
| virtual void | setFeatureFieldValuePairs (const DtFeatureFieldValueParser::FeatureFieldValueMap &featureFieldValueMap) |
| virtual void | addRuleToHistory (const makArchives::DtAddPropsRuleRecord &rule) |
| virtual void | fillInRotationComboBox () |
| void | clear () |
Public Member Functions inherited from makVrv::DtAddPropsInterface | |
| virtual | ~DtAddPropsInterface () |
Protected Member Functions | |
| void | setupGui () |
| QStringList | ruleToStringList (const makArchives::DtAddPropsRuleRecord &rule) |
Static Protected Attributes | |
| static const int | theFieldColumn = 0 |
| static const int | theValueColumn = 1 |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtAddPropsInterface | |
| boost::signalslib::signal < void(const makArchives::DtAddPropsRuleRecord &rule)> | signal_createAddPropRule |
| 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 |