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

Public Member Functions | |
| DtSetAppearanceDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtSetAppearanceDialog () |
| virtual void | run (const std::vector< makVrv::DtSimEntry * > &) |
| Override to run the dialog. | |
Protected Member Functions | |
| virtual void | modifyComboBox (const DtAttributeValueInfo &info, QComboBox *box) |
| virtual bool | editStatement (const std::vector< makVrv::DtSimEntry * > &, const DtSimStatement *s) |
| Edits the current statement. Return true if the statement can be edited. | |
| virtual void | setupFrom (const std::vector< makVrv::DtSimEntry * > &d) |
| Sets up dialog by asking logic to do it. | |
| virtual bool | wantsSelectionOfObjectInCommandMode () const |
| Override to return false if, when this task is used as part of a simulation command, it does not want to allow to choose an object to apply the command to. | |
| virtual void | setupStatement (const std::vector< makVrv::DtSimEntry * > &, const DtAttributesManager *mgr, const DtSimStatement *s) |
| virtual int | value (makVrv::DtSimEntry *) const |
| Returns the value of the bit pattern flag to show in dialog. | |
| virtual void | sendRequest () |
| makVrf::DtSetAppearanceDialog::DtSetAppearanceDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtSetAppearanceDialog::~DtSetAppearanceDialog | ( | ) | [virtual] |
| virtual void makVrf::DtSetAppearanceDialog::run | ( | const std::vector< makVrv::DtSimEntry * > & | ) | [virtual] |
Override to run the dialog.
Supplies data of entities that are selected for this dialog
Reimplemented from makVrf::DtSetAttributesDialog.
| virtual void makVrf::DtSetAppearanceDialog::modifyComboBox | ( | const DtAttributeValueInfo & | info, |
| QComboBox * | box | ||
| ) | [protected, virtual] |
Reimplemented from makVrf::DtSetAttributesDialog.
| virtual bool makVrf::DtSetAppearanceDialog::editStatement | ( | const std::vector< makVrv::DtSimEntry * > & | , |
| const DtSimStatement * | |||
| ) | [protected, virtual] |
Edits the current statement. Return true if the statement can be edited.
Reimplemented from makVrf::DtTaskSetDialogInterface.
| virtual void makVrf::DtSetAppearanceDialog::setupFrom | ( | const std::vector< makVrv::DtSimEntry * > & | ) | [protected, virtual] |
Sets up dialog by asking logic to do it.
Reimplemented from makVrf::DtTaskSetDialogInterface.
| virtual bool makVrf::DtSetAppearanceDialog::wantsSelectionOfObjectInCommandMode | ( | ) | const [protected, virtual] |
Override to return false if, when this task is used as part of a simulation command, it does not want to allow to choose an object to apply the command to.
Calls down to logic with method of same name
Implements makVrf::DtCommandDialogExtensionInterface.
| virtual void makVrf::DtSetAppearanceDialog::setupStatement | ( | const std::vector< makVrv::DtSimEntry * > & | , |
| const DtAttributesManager * | mgr, | ||
| const DtSimStatement * | s | ||
| ) | [protected, virtual] |
| virtual int makVrf::DtSetAppearanceDialog::value | ( | makVrv::DtSimEntry * | ) | const [protected, virtual] |
Returns the value of the bit pattern flag to show in dialog.
Implements makVrf::DtSetAttributesDialog.
| virtual void makVrf::DtSetAppearanceDialog::sendRequest | ( | ) | [protected, virtual] |
Implements makVrf::DtSetAttributesDialog.