![]() |
VR-Forces Development_Version Class Documentation
|

Public Member Functions | |
| DtWhileConditionalLogic (makVrv::DtDe &de, DtConditionalDialogInterface *iface) | |
| CTOR. | |
| virtual | ~DtWhileConditionalLogic () |
| DTOR. | |
| virtual DtSimStatement * | conditionalStatement () |
| Returns conditional statement. Memory must be freed by caller. | |
Public Member Functions inherited from makVrf::DtConditionalLogic | |
| DtConditionalLogic (makVrv::DtDe &de, DtConditionalDialogInterface *iface) | |
| CTOR. | |
| virtual | ~DtConditionalLogic () |
| DTOR. | |
| virtual void | accept () |
| virtual void | cancel () |
Additional Inherited Members | |
Public Attributes inherited from makVrf::DtConditionalLogic | |
| boost::signal< void(const DtSimStatement &)> | signal_addConditional |
Protected Member Functions inherited from makVrf::DtConditionalLogic | |
| virtual void | slot_onExpressionDestroyed (DtConditionalExpressionInterface *) |
| virtual void | slot_onExpressionCreated (DtConditionalExpressionInterface *) |
Protected Attributes inherited from makVrf::DtConditionalLogic | |
| makVrv::DtDe & | myDe |
| DtConditionalDialogInterface * | myInterface |
| makVrf::DtWhileConditionalLogic::DtWhileConditionalLogic | ( | makVrv::DtDe & | de, |
| DtConditionalDialogInterface * | iface | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Returns conditional statement. Memory must be freed by caller.
Implements makVrf::DtConditionalLogic.