Public Member Functions |
| | DtSetChooserDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| virtual | ~DtSetChooserDialog () |
| virtual DtVrfTaskSetMenu * | assembleMenu () |
| virtual QString | type () const |
| virtual QString | Type () const |
| | DtTaskSetChooserDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| virtual | ~DtTaskSetChooserDialog () |
| | DtBaseTaskSetDialogInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| virtual | ~DtBaseTaskSetDialogInterface () |
| virtual void | run (const std::vector< makVrv::DtSimEntry * > &) |
| | Calls setupGui and shows the dialog.
|
| virtual void | setOKEnabled (bool) |
| | Enables/disables OK button.
|
| virtual void | setCancelEnabled (bool) |
| | Sets whether or not the Cancel button is enabled.
|
| int | accepted () const |
| | 0 - Closed without pressing cancel or ok 1 - Closed by ok 2 - Closed by cancel
|
| virtual void | setupGui (const std::vector< makVrv::DtSimEntry * > &) |
| | Sets up the ok/cancel buttons.
|
| virtual void | setAutoSizeOnShow (bool) |
| | Whether or not to place in center of main window on show or just let Qt do it. Default is true.
|
| virtual bool | autoSizeOnShow () const |
| virtual void | setDescription (const QString &desc) |
| | Adds descriptive text to the top of the dialog.
|
| virtual QString | description () const |
| | Returns the current descriptive text.
|
| | DtTaskSetDialogInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| virtual | ~DtTaskSetDialogInterface () |
| virtual void | connectSignals (const std::vector< makVrv::DtSimEntry * > &) |
| | Setup signals to cancel dialog if all objects deleted that this dialog is representing.
|
| virtual void | setSendToRemoteController (bool b) |
| | Set to true to send the message immediately to the remote controller given the currently selected entities when the dialog was created.
|
| virtual bool | sendToRemoteController () const |
| virtual void | selectionChanged (const DtUUID &selection) |
| | Notify dialog of selection changes from attached dialogs.
|
| virtual void | sendSetRequest (std::vector< DtUUID > names, const DtSetDataRequest &) |
| | Sends signal to send out set.
|
| virtual bool | insertMapFocusHandler (DtMapFocusHandler *, int index=-1) |
| | If a dialog has manages map focus handlers, inserts this map focus handler into the chain.
|
| virtual void | initializeFromAction (DtVrfTaskSetAction *) |
| | Intializes contents from action as an action could have relevant properties assigned to it containing additional data.
|
| DtVrfTaskSetAction * | initializedAction () const |
| | The action this dialog was initialized for.
|
| virtual void | sendTaskRequest (std::vector< DtUUID > names, const DtSimTask &) |
| | Sends signal to send out task.
|
virtual std::vector
< makVrv::DtUniqueID > | entityIds () const |
| | The ids that represent the objects that are part of this dialog.
|
| virtual std::vector< DtUUID > | names () const |
| virtual void | setPartOfPlan (int b) |
| | 0 - Not part of plan dialog 1 - Part of plan dialog 2 - Part of command widget 3 - Part of embedded entity menu
|
| int | partOfPlan () const |
| virtual void | cancel () |
| | Sends out cancel signal.
|
| virtual QWidget * | widget () |
| | Returns the widget.
|
const std::vector
< makVrv::DtSimEntry * > & | connectedTo () const |
Public Member Functions inherited from makVrf::DtCommandDialogExtensionInterface |
| virtual | ~DtCommandDialogExtensionInterface () |
| virtual bool | initiallyBroadcast () const |
| | Whether or not to initially set to broadcast. Default is false.
|
| virtual bool | allowBroadcasting () const |
| | Whether or not to allow broadcasting. Default is true.
|
| virtual bool | hasUserEntry () const |
| | Returns true if there is user entry. Default is to assume there is.
|
| virtual void | onCancel ()=0 |
| virtual makVrv::DtUnicode | broadcastTitle () const |
Additional Inherited Members |
| QWidget * | myCanvas |
| QVBoxLayout * | myContentsLayout |
| QTreeWidget * | myTaskSets |
| QHBoxLayout * | myCurrentlySelectedLayout |
| QLabel * | myCurrentTaskSet |
| QLabel * | myWarning |
| QPushButton * | myEditCurrentTaskSet |
| QPushButton * | myResetCurrentTaskSet |
| QWidget * | myCurrentlySelectedCanvas |
typedef std::map
< QTreeWidgetItem *, QAction * > | ActionMap |
typedef std::map< int,
QTreeWidgetItem * > | ActionTypeMap |
| virtual void | onItemSelectionChanged () |
| virtual void | onEditTaskSet () |
| virtual void | onReset () |
| virtual void | editingDialogDestroyed () |
| virtual void | onItemDoubleClicked () |
| virtual QWidget * | contents (const std::vector< makVrv::DtSimEntry * > &data) |
| | Creates set dialog contents. Called from setupGui.
|
| virtual void | setupStatement (const DtSimStatement *stmt) |
| virtual QString | entitySelectionGroupBoxTitle () const |
| | If defined, title for the group box for entity selection on command widget.
|
| virtual void | sendRequest () |
| | Override to send the set or task request.
|
| virtual void | initializeItems (const std::vector< makVrv::DtSimEntry * > &data) |
| | Override for dialogs that need item initialization.
|
| virtual void | setupFrom (const std::vector< makVrv::DtSimEntry * > &d) |
| | Sets up dialog by asking logic to do it.
|
| virtual void | populateMenu (QTreeWidgetItem *parent, QAction *action) |
| virtual bool | valid () const |
| | Override to return whether or not extension is valid.
|
| virtual void | setupAvailable () |
| virtual void | postGuiSetup (const std::vector< makVrv::DtSimEntry * > &data) |
| | Called after setupGui to set up other items in the gui (fill combo boxes, initial text edit, etc)
|
| virtual void | slot_sendSetRequest (std::vector< DtUUID > names, const DtSetDataRequest &s, bool fromMenu) |
| virtual void | slot_sendTaskRequest (std::vector< DtUUID > names, const DtSimTask &s, bool fromMenu) |
| virtual void | validate () |
| virtual void | onOk () |
| virtual void | selectItem (int) |
| | Selects and expands to the item for the action given.
|
| virtual void | updateTaskSetLine () |
| virtual std::set< QString > | collapsedItems () const |
| | Returns the currently collapsed items.
|
| virtual void | noObjectsSelected () |
| | Clears out menu.
|
| virtual bool | triggerAction () |
| | Triggers the current action selected.
|
| virtual void | updateEditable () |
| | Updates editable button.
|
| DtVrfTaskSetMenu * | myMenu |
| std::vector< makVrv::DtSimEntry * > | myEntries |
| ActionMap | myActionMap |
| ActionTypeMap | myActionTypeMap |
| DtSetDataRequest * | mySetDataRequest |
| DtSimTask * | mySimTask |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| std::vector< DtUUID > | myNames |
| bool | myEditingStatement |
| bool | myNoObjectsSelected |
| bool | myNextTaskSetIsOk |
std::map< makVrv::DtUniqueID,
std::set< QString > > | myCollapsedItems |
Allows selection of sets.