![]() |
VR-Forces 5.0.3 Developer's Guide
|
!!!!!!!!!!! DtAvailablePowers Returns true if this Entity has available powers for detonation

Public Member Functions | |
| DtAvailablePowers (makVrv::DtDe &, DtUiHealthCheck *) | |
| DtAvailablePowers (const DtAvailablePowers &) | |
| virtual | ~DtAvailablePowers () |
| virtual bool | passesCheck (const DtObjectType &, QString &error, bool &continueOn) const |
| virtual void | fix (const DtObjectType &) |
| virtual DtHealthCheck * | clone () const |
| virtual const char * | name () const |
Public Member Functions inherited from DtEntityHealthCheck | |
| DtEntityHealthCheck (makVrv::DtDe &de, DtUiHealthCheck *) | |
| DtEntityHealthCheck (const DtEntityHealthCheck &) | |
| virtual | ~DtEntityHealthCheck () |
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 |
| DtAvailablePowers::DtAvailablePowers | ( | makVrv::DtDe & | , |
| DtUiHealthCheck * | |||
| ) |
| DtAvailablePowers::DtAvailablePowers | ( | const DtAvailablePowers & | ) |
|
virtual |
|
virtual |
Implement to see if this Entity passes the given check.
Implements DtEntityHealthCheck.
|
virtual |
Implement to fix the issue on the given Entity.
Implements DtEntityHealthCheck.
|
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.