![]() |
VR-Forces 4.8 Class Documentation
|
!!!!!!!!!!! DtCanBeDamaged Returns true if this system can be damaged More...

Public Member Functions | |
| DtCanBeDamaged (makVrv::DtDe &, DtUiSystemHealth *) | |
| DtCanBeDamaged (const DtCanBeDamaged &) | |
| virtual | ~DtCanBeDamaged () |
| virtual bool | passesCheck (const DtComponentSystemDefinition *, QString &error, bool &continueOn) const |
| Implement to see if this system passes the given check. More... | |
| virtual void | fix (DtComponentSystemDefinition *) |
| Implement to fix the issue on the given system. More... | |
| virtual DtSystemHealthCheck * | clone () const |
| Clone this object. More... | |
| virtual const char * | name () const |
| Internal name that can be used to map to ui file to disallow inclusion of this rule. More... | |
Public Member Functions inherited from DtSystemHealthCheck | |
| DtSystemHealthCheck (makVrv::DtDe &de, DtUiHealthCheck *) | |
| DtSystemHealthCheck (const DtSystemHealthCheck &) | |
| virtual | ~DtSystemHealthCheck () |
Public Member Functions inherited from DtHealthCheck | |
| DtHealthCheck (makVrv::DtDe &de, DtUiHealthCheck *) | |
| DtHealthCheck (const DtHealthCheck &) | |
| virtual | ~DtHealthCheck () |
| virtual void | attemptHealthFix (const QString &) |
Additional Inherited Members | |
Protected Attributes inherited from DtHealthCheck | |
| makVrv::DtDe & | myDe |
| DtUiHealthCheck * | myParent |
!!!!!!!!!!! DtCanBeDamaged Returns true if this system can be damaged
| DtCanBeDamaged::DtCanBeDamaged | ( | makVrv::DtDe & | , |
| DtUiSystemHealth * | |||
| ) |
| DtCanBeDamaged::DtCanBeDamaged | ( | const DtCanBeDamaged & | ) |
|
virtual |
|
virtual |
Implement to see if this system passes the given check.
Implements DtSystemHealthCheck.
|
virtual |
Implement to fix the issue on the given system.
Implements DtSystemHealthCheck.
|
virtual |
Clone this object.
Implements DtHealthCheck.
|
inlinevirtual |
Internal name that can be used to map to ui file to disallow inclusion of this rule.
Implements DtHealthCheck.