17 #include <QtWidgets/QWidget>
26 class DtPropTypeComboBox;
27 class DtModelDefinitionComboBox;
41 Qt::WindowFlags flags = 0 );
51 virtual void setFeatureFieldValuePairs(
59 virtual void fillInRotationComboBox();
73 void on_plusButton_clicked();
76 void on_minusButton_clicked();
79 void onAddPropsButtonClicked();
94 static const int theFieldColumn = 0;
95 static const int theValueColumn = 1;
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Record of a rule used to add props to a feaure layer.
Definition: DtAddPropsRuleRecord.h:26
Interface to the DtAddPropsWidget.
Definition: DtAddPropsInterface.h:24
Contains makArchives::DtAddPropsRuleRecord class.
A DtPropTypeComboBox automatically connects with the prop type manager and knows when props are added...
Definition: DtPropTypeComboBox.h:23
A DtModelDefinitionComboBox populates itself with model definitions.
Definition: DtModelDefinitionComboBox.h:43
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtAddPropsInterface class.
std::map< std::string, std::set< std::string > > FeatureFieldValueMap
Map of feature fields to a set of values.
Definition: DtFeatureFieldValueParser.h:71