VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
makVrf::DtSetAirBaseFacilitiesDialog Class Reference
Inheritance diagram for makVrf::DtSetAirBaseFacilitiesDialog:
Inheritance graph
[legend]

Public Member Functions

 DtSetAirBaseFacilitiesDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0)
virtual ~DtSetAirBaseFacilitiesDialog ()
- Public Member Functions inherited from makVrf::DtSetStatePropertyDialog
 DtSetStatePropertyDialog (makVrv::DtDe &de, QWidget *parent, const DtString &property, const Qt::WindowFlags &flags=0)
virtual ~DtSetStatePropertyDialog ()
- Public Member Functions inherited from makVrf::DtSetStatePropertiesDialog
 DtSetStatePropertiesDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0)
virtual ~DtSetStatePropertiesDialog ()
virtual void addProperty (const DtPropertyInterface *, bool merge=false, bool hasStar=false)
 Adds a property to be able to be modified via the set command into the interface.
virtual void setDefaultPlatformFile (const DtString &)
const DtStringdefaultPlatformFile () const
- Public Member Functions inherited from makVrf::DtBaseTaskSetDialogInterface
 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.
virtual bool valid () const
 Override to return whether or not extension is valid.
int accepted () const
 0 - Closed without pressing cancel or ok 1 - Closed by ok 2 - Closed by cancel
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.
- Public Member Functions inherited from makVrf::DtTaskSetDialogInterface
 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.
DtVrfTaskSetActioninitializedAction () 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< DtUUIDnames () 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
virtual void noObjectsSelected ()
 No-op at this level.
- 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 QString entitySelectionGroupBoxTitle () const
 If defined, title for the group box for entity selection on command widget.
virtual void onCancel ()=0
virtual makVrv::DtUnicode broadcastTitle () const

Additional Inherited Members

- Public Attributes inherited from makVrf::DtSetStatePropertiesDialog
QWidget * myCanvas
QVBoxLayout * myMainLayout
QScrollArea * myScrollArea
QWidget * myScrollAreaCanvas
QGridLayout * myGridLayout
QLabelmyNoItems
- Protected Types inherited from makVrf::DtSetStatePropertiesDialog
typedef std::map< DtString,
PropertyItem
PropertyItems
 The key is the propertyItem root name.
- Protected Slots inherited from makVrf::DtSetStatePropertiesDialog
virtual void modifyStateProperty ()
 Set to modify the property that has just been changed.
virtual void updateOkButton ()
virtual void revertValue ()
- Protected Member Functions inherited from makVrf::DtSetStatePropertyDialog
virtual void setupGui (const std::vector< makVrv::DtSimEntry * > &data)
 Initializes state and parameter data based on selection.
virtual QSize canvasSize ()
template<typename StateType >
void setupGui (const std::vector< makVrv::DtSimEntry * > &data)
 If there is a single entry, find it's location and convert to local to set.
virtual void setupGuiWhenNoSelection ()
 Sets up the GUI to handle the case where there is no sim object currently selected to be set.
virtual void setupGuiWhenSelectionInvalid ()
 Sets up the GUI to handle the case where the selected sim object is not valid for this property.
- Protected Attributes inherited from makVrf::DtSetStatePropertyDialog
QLabelmyInvalidSelectionLabel
 Label displaying text indicating currently selected simulation objects are not valid for this property.

Constructor & Destructor Documentation

makVrf::DtSetAirBaseFacilitiesDialog::DtSetAirBaseFacilitiesDialog ( makVrv::DtDe de,
QWidget *  parent,
const Qt::WindowFlags &  flags = 0 
)
virtual makVrf::DtSetAirBaseFacilitiesDialog::~DtSetAirBaseFacilitiesDialog ( )
virtual

The documentation for this class was generated from the following file:

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)