11 #if !defined(Q_MOC_RUN)
52 virtual std::vector<DtUUID> askIfCanTask(
const std::vector<DtUUID>& names,
const DtSimTask& newTask);
59 virtual void setupGui();
68 virtual void timeout();
72 virtual void askToTask();
75 virtual void timerCheck();
78 virtual void hideMe();
126 virtual std::vector<DtUUID> askIfCanTask(
const std::vector<DtUUID>& names,
const DtSimTask& newTask);
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
QTimer * myCheckTimer
Definition: askIfCanTask.h:100
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
QTime myElapsedTimer
Definition: askIfCanTask.h:101
makVrv::DtDe & myDe
Definition: askIfCanTask.h:92
Dialog that will present the names of the tasks/plans to be interrupted. Will ask user if it is ok to...
Definition: askIfCanTask.h:42
std::vector< DtUUID > myToTask
Definition: askIfCanTask.h:94
DtBoost::shared_ptr< DtVrfVrlinkDataInterface > DtVrfVrlinkDataInterfacePtr
Definition: vrfVrlinkDataInterface.h:170
Contains the DtUUID class declaration.
makVrv::DtDe & myDe
Definition: askIfCanTask.h:132
NeedToAskMap myNeedToAsk
Definition: askIfCanTask.h:98
Contains makVrf::DtAskIfCanTask class. This class will create a DtAskIfCanTask dialog to ask the user...
Definition: askIfCanTask.h:112
QPushButton * myCancel
Definition: askIfCanTask.h:89
QVector< DtUUID > myAskingToTask
Definition: askIfCanTask.h:93
Contains makVrv::DtVirtualBaseClass class.
std::map< DtUUID, QString > NeedToAskMap
Definition: askIfCanTask.h:97
QWidget * myWaitingFrame
Definition: askIfCanTask.h:87
QRect myGeometry
Definition: askIfCanTask.h:106
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
int mySelectedInterruptAll
Definition: askIfCanTask.h:103
DtSimTask * myNewTask
Definition: askIfCanTask.h:95
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
QLabel * myWaitingLabel
Definition: askIfCanTask.h:88
std::vector< TaskInformation > EntityTaskInformation
Definition: vrfCurrentTaskManager.h:60
DtBoost::shared_ptr< DtSimTask > DtSimTaskSharedPtr
Definition: vrfCurrentTaskManager.h:44
int mySelectedAbandonAll
Definition: askIfCanTask.h:104