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

Public Member Functions | |
| DtSimulationCommandConsoleMessageDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtSimulationCommandConsoleMessageDialog () |
| virtual void | setMessageText (const QString &) |
| virtual QString | messageText () const |
| virtual void | setNotifyLevel (int) |
| virtual int | notifyLevel () const |
| virtual void | addItem (const QString &, const QVariant &=QVariant()) |
Public Attributes | |
| QWidget * | myCanvas |
| QGridLayout * | myCanvasLayout |
| QLabel * | myNotifyLabel |
| QComboBox * | myNotifyLevel |
| QLabel * | myMessageLabel |
| QLineEdit * | myMessage |
Protected Member Functions | |
| virtual QWidget * | contents (const std::vector< makVrv::DtSimEntry * > &data) |
| Creates set dialog contents. Called from setupGui. | |
| virtual void | sendRequest () |
| Override to send the set or task request. | |
| 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 | initializeItems (const std::vector< makVrv::DtSimEntry * > &data) |
| Override for dialogs that need item initialization. | |
| virtual void | setupStatement (const DtSimStatement *stmt) |
| makVrf::DtSimulationCommandConsoleMessageDialog::DtSimulationCommandConsoleMessageDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtSimulationCommandConsoleMessageDialog::~DtSimulationCommandConsoleMessageDialog | ( | ) | [virtual] |
| virtual void makVrf::DtSimulationCommandConsoleMessageDialog::setMessageText | ( | const QString & | ) | [virtual] |
| virtual QString makVrf::DtSimulationCommandConsoleMessageDialog::messageText | ( | ) | const [virtual] |
| virtual void makVrf::DtSimulationCommandConsoleMessageDialog::setNotifyLevel | ( | int | ) | [virtual] |
| virtual int makVrf::DtSimulationCommandConsoleMessageDialog::notifyLevel | ( | ) | const [virtual] |
| virtual void makVrf::DtSimulationCommandConsoleMessageDialog::addItem | ( | const QString & | , |
| const QVariant & | = QVariant() |
||
| ) | [virtual] |
| virtual QWidget* makVrf::DtSimulationCommandConsoleMessageDialog::contents | ( | const std::vector< makVrv::DtSimEntry * > & | data | ) | [protected, virtual] |
Creates set dialog contents. Called from setupGui.
Reimplemented from makVrf::DtSimulationCommandDialogInterface.
| virtual void makVrf::DtSimulationCommandConsoleMessageDialog::sendRequest | ( | ) | [protected, virtual] |
Override to send the set or task request.
Implements makVrf::DtBaseTaskSetDialogInterface.
| virtual bool makVrf::DtSimulationCommandConsoleMessageDialog::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
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtSimulationCommandConsoleMessageDialog::initializeItems | ( | const std::vector< makVrv::DtSimEntry * > & | data | ) | [protected, virtual] |
Override for dialogs that need item initialization.
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.
| virtual void makVrf::DtSimulationCommandConsoleMessageDialog::setupStatement | ( | const DtSimStatement * | stmt | ) | [protected, virtual] |
Reimplemented from makVrf::DtBaseTaskSetDialogInterface.