|
| | DtTaskFixedWingTakeoffDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| |
| virtual | ~DtTaskFixedWingTakeoffDialog () |
| |
| | DtBaseFilteredListViewTaskSetDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| |
| virtual | ~DtBaseFilteredListViewTaskSetDialog () |
| |
| virtual void | addFilter (const DtVrfSelectionFilter *) |
| | Adds a new filter into the interface by calling down to the filtered list view. More...
|
| |
| virtual DtUUID | selectedName () const |
| | Returns the name selected in the filtered list. More...
|
| |
| virtual void | setSelectedName (const DtUUID &) |
| |
| virtual void | setSelectedNames (const QStringList &) |
| | Only valid for multi-select mode. More...
|
| |
| virtual void | setSelectedNames (const std::vector< DtUUID > &) |
| |
virtual std::vector
< DtObjectListViewItem::DtVrfObjectState > | selectedObjects () const |
| |
| virtual void | setFilterViewEnabled (bool) |
| |
| DtVrfFilteredListView * | filteredListView () |
| |
| virtual void | selectObject (const DtObjectListViewItem::DtVrfObjectState &obj) |
| |
| virtual void | clearSelection () |
| |
| virtual bool | canSelect (const DtObjectListViewItem::DtVrfObjectState &obj) |
| |
| virtual bool | insertMapFocusHandler (DtMapFocusHandler *, int index=-1) |
| | If a dialog has manages map focus handlers, inserts this map focus handler into the chain. More...
|
| |
| virtual void | setSelectOnMapWhenNameChanged (bool b) |
| | Change selection on map area when filtered list view selection changes. Default is true. More...
|
| |
| bool | selectOnMapWhenNameChanged () const |
| |
| virtual void | slot_onNameChanged (const DtUUID &s) |
| | Received when the filter lists view name has changed. Enables OK button if name is not blanl. More...
|
| |
| | 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. More...
|
| |
| virtual void | setOKEnabled (bool) |
| | Enables/disables OK button. More...
|
| |
| virtual void | setCancelEnabled (bool) |
| | Sets whether or not the Cancel button is enabled. More...
|
| |
| int | accepted () const |
| | 0 - Closed without pressing cancel or ok 1 - Closed by ok 2 - Closed by cancel More...
|
| |
| virtual void | setupGui (const std::vector< makVrv::DtSimEntry * > &) |
| | Sets up the ok/cancel buttons. More...
|
| |
| 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. More...
|
| |
| virtual bool | autoSizeOnShow () const |
| |
| virtual void | setDescription (const QString &desc) |
| | Adds descriptive text to the top of the dialog. More...
|
| |
| virtual QString | description () const |
| | Returns the current descriptive text. More...
|
| |
| virtual bool | editStatement (const std::vector< makVrv::DtSimEntry * > &, const DtSimStatement *) |
| | Edits the current statement. Return true if the statement can be edited. More...
|
| |
| virtual void | finishSizing () |
| |
| | 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. More...
|
| |
| 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. More...
|
| |
| virtual bool | sendToRemoteController () const |
| |
| virtual void | selectionChanged (const DtUUID &selection) |
| | Notify dialog of selection changes from attached dialogs. More...
|
| |
| virtual void | sendSetRequest (std::vector< DtUUID > names, const DtSetDataRequest &) |
| | Sends signal to send out set. More...
|
| |
| virtual void | initializeFromAction (DtVrfTaskSetAction *) |
| | Intializes contents from action as an action could have relevant properties assigned to it containing additional data. More...
|
| |
| DtVrfTaskSetAction * | initializedAction () const |
| | The action this dialog was initialized for. More...
|
| |
| virtual void | sendTaskRequest (std::vector< DtUUID > names, const DtSimTask &) |
| | Sends signal to send out task. More...
|
| |
virtual std::vector
< makVrv::DtUniqueID > | entityIds () const |
| | The ids that represent the objects that are part of this dialog. More...
|
| |
| virtual std::vector< DtUUID > | names () const |
| |
| virtual void | setupFromExtendedData (const std::map< std::string, std::string > &) |
| |
| 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 More...
|
| |
| int | partOfPlan () const |
| |
| virtual void | cancel () |
| | Sends out cancel signal. More...
|
| |
| virtual QWidget * | widget () |
| | Returns the widget. More...
|
| |
const std::vector
< makVrv::DtSimEntry * > & | connectedTo () const |
| |
| virtual void | noObjectsSelected () |
| | No-op at this level. More...
|
| |
Public Member Functions inherited from makVrf::DtCommandDialogExtensionInterface |
| virtual | ~DtCommandDialogExtensionInterface () |
| |
| virtual bool | initiallyBroadcast () const |
| | Whether or not to initially set to broadcast. Default is false. More...
|
| |
| virtual bool | allowBroadcasting () const |
| | Whether or not to allow broadcasting. Default is true. More...
|
| |
| virtual bool | hasUserEntry () const |
| | Returns true if there is user entry. Default is to assume there is. More...
|
| |
| virtual QString | entitySelectionGroupBoxTitle () const |
| | If defined, title for the group box for entity selection on command widget. More...
|
| |
| virtual void | filterAboutToBeAdded (DtVrfSelectionFilter *) |
| |
| virtual void | parentShown (QWidget *) |
| |
| virtual void | onCancel ()=0 |
| |
| virtual makVrv::DtUnicode | broadcastTitle () const |
| |