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.
|
| virtual void | setupGui (const DtEntityType &, int appearance) |
| | Sets up gui based on object type and appearance.
|
| | DtSetAttributesDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| virtual | ~DtSetAttributesDialog () |
| virtual void | setInvalid () |
| | Sets dialog to show invalid label and gray out ok and apply buttons.
|
| bool | valid () const |
| | Override to return whether or not extension is valid.
|
| virtual void | setValid () |
| const QHash< int, QComboBox * > & | comboBoxes () const |
| virtual void | clear () |
| | Clears out gui.
|
| virtual int | attributeValueFromDialog () const |
| virtual void | setPartOfPlan (int) |
| | 0 - Not part of plan dialog 1 - Part of plan dialog 2 - Part of command widget
|
| virtual QHBoxLayout * | createAttributeCombo (const DtAttributeValueInfo &info) |
| virtual void | createAttributeCombo (const DtAttributeValueInfo &info, int iRow, int iCol) |
| virtual void | setupInitialValues (const DtAttributesManager *, const std::vector< makVrv::DtSimEntry * > &) |
| virtual void | setupGui (const std::vector< makVrv::DtSimEntry * > &) |
| | 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 QString &selection) |
| | Notify dialog of selection changes from attached dialogs.
|
| virtual void | sendSetRequest (std::vector< std::string > 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.
|
| virtual void | sendTaskRequest (std::vector< std::string > names, const DtSimTask &) |
| | Sends signal to send out task.
|
| virtual void | sendCommandRequest (const DtSimCommandObjectWrapper &) |
| | Sends signal to send out command.
|
| virtual std::vector< std::string > | names () const |
| int | partOfPlan () const |
| virtual void | cancel () |
| | Sends out cancel signal.
|
| virtual void | setOKEnabled (bool b) |
| | Sets whether or not the OK button is enabled.
|
| 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 void | onCancel ()=0 |
| virtual makVrv::DtUnicode | broadcastTitle () const |
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 () |
| virtual void | setupGuiBasedOnAttributeInfo () |
| | Sets up gui based on attribute info member variable.
|
| virtual void | setupGui () |
| | Sets up gui.
|
| virtual void | slot_closeDialog () |
| virtual void | slot_applyAttributes () |
| virtual DtEntityMapperKey | entityType (makVrv::DtSimEntry *) const |
| virtual void | setAttributes (const std::vector< makVrv::DtSimEntry * > &data, int attributeValue) |
| virtual void | setAttributes (const DtEntityType &type, int attributeValue) |
| virtual void | slot_objectAboutToBeRemoved (makVrv::DtSimObjectEntry &) |
| virtual std::vector< std::string > | commandDialogFiltersFor (const std::vector< makVrv::DtSimEntry * > &data, const DtSimStatement *stmt, int &initialSelection) const |
| | If part of a command dialog the filters to use for the command dialog selection.
|