![]() |
VR-Forces 4.6.1 Class Documentation
|
Dialog that allows for the creation, removal, renaming and assignment of doctrines to scripted or reactive tasks. More...

Public Slots | |
| virtual void | onAddDoctrine () |
| virtual void | onRenameDoctrine () |
| virtual void | onRemoveDoctrine () |
| virtual void | onDoctrineSelectionChanged () |
| virtual void | onScriptedTaskSelectionChanged () |
| virtual void | onRemoveFromDoctrine () |
| virtual void | onAddToDoctrine () |
Public Member Functions | |
| DtDoctrinesDialog (makVrv::DtDe &, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| CTOR. | |
| virtual | ~DtDoctrinesDialog () |
| DTOR. | |
| virtual void | removeFromDoctrine (const std::set< std::string > &scriptIds, const std::string &doctrine) |
| virtual void | addToDoctrine (const std::set< std::string > &scriptIds, const std::string &doctrine) |
Public Attributes | |
| DtDoctrinesTreeWidget * | myDoctrines |
| QWidget * | myDoctrinesButtonsWidget |
| QHBoxLayout * | myDoctrinesButtonsLayout |
| QPushButton * | myAddDoctrine |
| QPushButton * | myRemoveDoctrine |
| QPushButton * | myRenameDoctrine |
| QLabel * | myDoctrinesLabel |
| QLabel * | myDescription |
| QFrame * | mySeparator1 |
| QFrame * | mySeparator2 |
| QFrame * | mySeparator3 |
| QPushButton * | myDoneButton |
| QWidget * | myMoveWidget |
| QVBoxLayout * | myMoveLayout |
| QPushButton * | myMoveLeftButton |
| QPushButton * | myMoveRightButton |
| DtDoctrinesScriptedTaskTreeWidget * | myScriptedTasks |
| QLabel * | myScriptedTasksLabel |
| QGridLayout * | myDataLayout |
| QHBoxLayout * | myButtonLayout |
| QLabel * | myAssignDoctrinesLabel |
| QTreeWidget * | myAssignDoctrines |
Protected Slots | |
| virtual void | changeAssignedDoctrine () |
Protected Member Functions | |
| virtual void | slot_receivedScriptedTasks () |
| Called when received scripted tasks. Update scripted task widget. | |
| virtual void | slot_onReceivedDoctrines () |
| virtual void | scriptedTaskModified (const std::string &s, bool b) |
| virtual void | addScriptedTask (const std::string &s) |
| virtual void | filterByScriptEngines () |
| virtual void | setupAssignedDoctrines () |
| virtual void | setupDoctrinesForForceCombo (QComboBox *) |
| virtual void | setAssignedDoctrine (int, std::string) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrv::DtSignalConnectionManager | myConnectionManager |
Dialog that allows for the creation, removal, renaming and assignment of doctrines to scripted or reactive tasks.
| makVrf::DtDoctrinesDialog::DtDoctrinesDialog | ( | makVrv::DtDe & | , |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
virtual |
|
protectedvirtual |
Called when received scripted tasks. Update scripted task widget.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
protectedvirtualslot |
| DtDoctrinesTreeWidget* makVrf::DtDoctrinesDialog::myDoctrines |
| QWidget* makVrf::DtDoctrinesDialog::myDoctrinesButtonsWidget |
| QHBoxLayout* makVrf::DtDoctrinesDialog::myDoctrinesButtonsLayout |
| QPushButton* makVrf::DtDoctrinesDialog::myAddDoctrine |
| QPushButton* makVrf::DtDoctrinesDialog::myRemoveDoctrine |
| QPushButton* makVrf::DtDoctrinesDialog::myRenameDoctrine |
| QLabel* makVrf::DtDoctrinesDialog::myDoctrinesLabel |
| QLabel* makVrf::DtDoctrinesDialog::myDescription |
| QFrame* makVrf::DtDoctrinesDialog::mySeparator1 |
| QFrame* makVrf::DtDoctrinesDialog::mySeparator2 |
| QFrame* makVrf::DtDoctrinesDialog::mySeparator3 |
| QPushButton* makVrf::DtDoctrinesDialog::myDoneButton |
| QWidget* makVrf::DtDoctrinesDialog::myMoveWidget |
| QVBoxLayout* makVrf::DtDoctrinesDialog::myMoveLayout |
| QPushButton* makVrf::DtDoctrinesDialog::myMoveLeftButton |
| QPushButton* makVrf::DtDoctrinesDialog::myMoveRightButton |
| DtDoctrinesScriptedTaskTreeWidget* makVrf::DtDoctrinesDialog::myScriptedTasks |
| QLabel* makVrf::DtDoctrinesDialog::myScriptedTasksLabel |
| QGridLayout* makVrf::DtDoctrinesDialog::myDataLayout |
| QHBoxLayout* makVrf::DtDoctrinesDialog::myButtonLayout |
| QLabel* makVrf::DtDoctrinesDialog::myAssignDoctrinesLabel |
| QTreeWidget* makVrf::DtDoctrinesDialog::myAssignDoctrines |
|
protected |
|
protected |