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

Public Member Functions | |
| DtLifeformSurrenderedConditional (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtLifeformSurrenderedConditional () |
| virtual bool | surrendered () const |
| virtual void | setSurrendered (bool) |
Public Attributes | |
| QHBoxLayout * | myExtensionLayout |
| QGroupBox * | myExtension |
| QLabel * | mySurrenderedLabel |
| QComboBox * | mySurrendered |
Protected Member Functions | |
| virtual QWidget * | expressionExtension () |
| virtual QString | value () const |
| virtual void | setValue (const QString &) |
| virtual void | setupConditional (const DtSimCondExpr *expr, const std::vector< makVrv::DtSimEntry * > &data) |
| Sets up the dialog with conditional expression. | |
| makVrf::DtLifeformSurrenderedConditional::DtLifeformSurrenderedConditional | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtLifeformSurrenderedConditional::~DtLifeformSurrenderedConditional | ( | ) | [virtual] |
| virtual bool makVrf::DtLifeformSurrenderedConditional::surrendered | ( | ) | const [virtual] |
| virtual void makVrf::DtLifeformSurrenderedConditional::setSurrendered | ( | bool | ) | [virtual] |
| virtual QWidget* makVrf::DtLifeformSurrenderedConditional::expressionExtension | ( | ) | [protected, virtual] |
Implements makVrf::DtBaseEntityConditionalExpressionDialog.
| virtual QString makVrf::DtLifeformSurrenderedConditional::value | ( | ) | const [protected, virtual] |
Implements makVrf::DtConditionalExpressionInterface.
| virtual void makVrf::DtLifeformSurrenderedConditional::setValue | ( | const QString & | ) | [protected, virtual] |
Implements makVrf::DtConditionalExpressionInterface.
| virtual void makVrf::DtLifeformSurrenderedConditional::setupConditional | ( | const DtSimCondExpr * | , |
| const std::vector< makVrv::DtSimEntry * > & | data | ||
| ) | [protected, virtual] |
Sets up the dialog with conditional expression.
Implements makVrf::DtConditionalExpressionInterface.