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

Public Member Functions

 DtSetDisembarkedDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0)
virtual ~DtSetDisembarkedDialog ()
virtual void run (const std::vector< makVrv::DtSimEntry * > &)
 Calls down to logic to send the set destoyed message then closes dialog.
virtual bool editStatement (const std::vector< makVrv::DtSimEntry * > &data, const DtSimStatement *s)
 Edits the current statement. Return true if the statement can be edited.
- 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 setupFrom (const std::vector< makVrv::DtSimEntry * > &)
 Sets up dialog by asking logic to do it.
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
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 void setOKEnabled (bool b)
 Sets whether or not the OK button is enabled.
virtual bool valid () const
 Override to return whether or not extension is valid.
virtual QWidgetwidget ()
 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 makVrv::DtUnicode broadcastTitle () const

Protected Member Functions

virtual void onCancel ()
virtual void sendRequest ()
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.
- Protected Member Functions inherited from makVrf::DtTaskSetDialogInterface
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.

Additional Inherited Members

- Public Attributes inherited from makVrf::DtCommandDialogExtensionInterface
boost::signal< void()> signal_cancelled
boost::signal< void(bool)> signal_validStateChanged
 Signal sent when the task becomes valid (or invalid)
boost::signal< void(std::vector
< std::string > names, const
DtSetDataRequest &)> 
signal_sendSetRequest
boost::signal< void(std::vector
< std::string > names, const
DtSimTask &)> 
signal_sendTaskRequest
boost::signal< void(const
DtSimCommandObjectWrapper &)> 
signal_sendCommandRequest
boost::signal< void(const
std::vector< std::string >
&, const DtSimTask
&, DtVrfTaskSetMenu *)> 
signal_commandActivated
boost::signal< void(const
DtSimCommandObjectWrapper &)> 
signal_simCommandActivated
boost::signal< void(const
std::vector
< makVrv::DtSimEntry * > &)> 
signal_stopWatching
- Protected Attributes inherited from makVrf::DtTaskSetDialogInterface
makVrv::DtDemyDe
int myPartOfPlan
std::vector< makVrv::DtSimEntry * > myConnectedTo
bool mySendToRemoteController

Constructor & Destructor Documentation

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

Member Function Documentation

virtual void makVrf::DtSetDisembarkedDialog::run ( const std::vector< makVrv::DtSimEntry * > &  )
virtual

Calls down to logic to send the set destoyed message then closes dialog.

Implements makVrf::DtCommandDialogExtensionInterface.

virtual bool makVrf::DtSetDisembarkedDialog::editStatement ( const std::vector< makVrv::DtSimEntry * > &  ,
const DtSimStatement  
)
virtual

Edits the current statement. Return true if the statement can be edited.

Reimplemented from makVrf::DtTaskSetDialogInterface.

virtual void makVrf::DtSetDisembarkedDialog::onCancel ( )
inlineprotectedvirtual
virtual void makVrf::DtSetDisembarkedDialog::sendRequest ( )
protectedvirtual
virtual bool makVrf::DtSetDisembarkedDialog::wantsSelectionOfObjectInCommandMode ( ) const
protectedvirtual

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.

Calls down to logic with method of same name

Implements makVrf::DtCommandDialogExtensionInterface.


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

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)