![]() |
VR-Forces Developer's Guide
|
!!!!!!!!!!! DtTargetPriorityCannotHit Will check to see if the target priority is able to be hit by the hit table

Public Member Functions | |
| DtTargetPriorityCannotHit (makVrv::DtDe &, DtUiSystemHealth *) | |
| DtTargetPriorityCannotHit (const DtTargetPriorityCannotHit &) | |
| virtual | ~DtTargetPriorityCannotHit () |
| virtual bool | passesCheck (const DtComponentSystemDefinition *, QString &error, bool &continueOn) const |
| virtual void | fix (DtComponentSystemDefinition *) |
| virtual DtAmmunitionPrioritiesListEntry * | invalidEntry (const DtComponentSystemDefinition *) const |
| virtual DtSystemHealthCheck * | clone () const |
| virtual const char * | name () const |
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 |
| DtTargetPriorityCannotHit::DtTargetPriorityCannotHit | ( | makVrv::DtDe & | , |
| DtUiSystemHealth * | |||
| ) |
| DtTargetPriorityCannotHit::DtTargetPriorityCannotHit | ( | const DtTargetPriorityCannotHit & | ) |
|
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 |
Returns the entry that is invalid.
|
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.