44 ResourceValue() : rootProperty(
""), amountItem(0), val(0), originalValue(0.) {};
46 rootProperty(orig.rootProperty), rootItem(orig.rootItem), amountItem(0), val(0), originalValue(orig.originalValue) {};
61 virtual void setupGui(
const std::set<makVrv::DtUniqueID>& data)
override;
69 virtual void modifyStateProperty()
override;
72 virtual void sendRequest()
override;
77 virtual void revertValue()
override;
81 virtual void totalChanged();
94 virtual bool isValidFor(
106 virtual bool isValidFor(
Definition: taskSetDialogInterface.h:82
std::map< std::string, ResourceValue > ResourceValueMap
Values of resource by type.
Definition: setStateResourcesPropertyDialog.h:57
Definition: readerWriter.h:85
ResourceValueMap myBaseValues
Definition: setStateResourcesPropertyDialog.h:84
Definition: setStatePropertiesDialog.h:208
Definition: rwProperty.h:403
PropertyItem rootItem
Definition: setStateResourcesPropertyDialog.h:50
Definition: setStateResourcesPropertyDialog.h:102
Definition: setStateResourcesPropertyDialog.h:42
DtReaderWriter * amountItem
Definition: setStateResourcesPropertyDialog.h:51
Definition: setStatePropertyDialog.h:226
double originalValue
Definition: setStateResourcesPropertyDialog.h:53
Definition: setStatePacingTrackingDialog.h:41
Definition: setStateResourcesPropertyDialog.h:88
ResourceValue()
Definition: setStateResourcesPropertyDialog.h:44
Acts as a map for properties. A map is a definition that has a key and a prototype, with values being the key and prototype pair. The key can only be a string (DtRwStringType), int (DtRwIntType, DtRwInt8Type, DtRwInt16Type, DtRwInt32Type), or real (DtRwRealType, DtRwReal32Type, DtRwReal64Type).
Definition: rwPropertiesMap.h:41
Sets up the set dialog to be able to change all state properties. If multiple items are selected only...
Definition: setStatePropertyDialog.h:32
class DtSimStatement:
Definition: simStatement.h:38
ResourceValue(const ResourceValue &orig)
Definition: setStateResourcesPropertyDialog.h:45
Sets up the set dialog to be able to change all state properties. If multiple items are selected only...
Definition: setStateResourcesPropertyDialog.h:28
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
DtRwPropertyReal rootProperty
Definition: setStateResourcesPropertyDialog.h:49
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32
double val
Definition: setStateResourcesPropertyDialog.h:52
ResourceValueMap myCurrentValues
Definition: setStateResourcesPropertyDialog.h:85