49 virtual void setFromParameters(
const std::vector<DtComponentSystemDefinition*>& parentRw);
50 virtual bool checkup(QString& toolTip);
This UI element will provide basical functionality for allowing a system to define rules that can det...
Definition: uiSystemHealth.h:37
virtual void setFromParameters(DtReaderWriter *parentRw)
Calls setFromParameters with std::vector of parameter.
DtComponentSystemDefinition.
Definition: componentSystemDefinition.h:25
General class that all health checks must subclass from.
Definition: uiHealthCheck.h:17
virtual bool checkup(QString &toolTip)=0
Fill in tool tip with what to display for overall health if fails.
Class that is used to define a health check.
Definition: uiSystemHealth.h:19
Definition: asyncJobServer.h:39
This UI element will provide basical functionality for allowing a system to define rules that can det...
Definition: uiHealthCheck.h:40
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:32
virtual void cure(DtHealthCheck *)=0
Attempt to fix the failed health check.