15 #include <QStandardItemModel>
20 namespace makVrfGuiObjectInformationQt
34 static void initializeHeaders(QStandardItemModel* model);
41 return myParameterData;
46 return myStateProperties;
52 virtual void removeResourceType(QStandardItemModel* model,
56 virtual void addResourceType(QStandardItemModel* model,
57 const QString& type,
double maxAmount,
58 const QString& category = QString(),
59 bool alignLeft =
false);
62 virtual void updateResourceTypeMaximum(QStandardItemModel* model,
63 const QString& type,
double maxAmount);
66 virtual void updateResourceType(QStandardItemModel* model,
67 const QString& type,
double amount,
double asrValue = 0.,
68 const QString& pacingTracking = QString(),
69 const QString& category = QString());
DtRwProperties myParameterData
Definition: aggregateResourcesPageLogic.h:76
Definition: informationDialogPage.h:406
const DtRwProperties & parameterData() const
Definition: aggregateResourcesPageLogic.h:39
makVrv::DtSignalConnectionManager myConnections
Definition: aggregateResourcesPageLogic.h:79
Contains makVrv::DtInformationDialogPage class.
const DtRwProperties & stateProperties() const
Definition: aggregateResourcesPageLogic.h:44
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: informationDialogPage.h:260
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Base class to provide boost signal/slot management.
DtRwProperties myStateProperties
Definition: aggregateResourcesPageLogic.h:77
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:126
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:72
bool myMonitoring
Definition: aggregateResourcesPageLogic.h:78
This is a general class which will update QStandardItemModels to display resource data in a standard ...
Definition: aggregateResourcesPageLogic.h:26