27 virtual bool passesCheck(
const DtObjectType&, QString&
error,
bool& continueOn)
const = 0;
50 virtual bool checkup(QString& toolTip);
virtual void setFromParameters(DtReaderWriter *parentRw)
Calls setFromParameters with std::vector of parameter.
Definition: objectType.h:27
virtual void setObjectTypes(const std::vector< DtObjectType > &)
Sets the object type this element represents.
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.
Definition: asyncJobServer.h:39
This UI element will provide basical functionality for allowing an entity to define rules that can de...
Definition: uiEntityHealth.h:36
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Class that is used to define a health check. Return true if passes, and, if false implement the fix()...
Definition: uiEntityHealth.h:18
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33
virtual void cure(DtHealthCheck *)=0
Attempt to fix the failed health check.