![]() |
VR-Forces 5.0.1 Developer's Guide
|
Contains makVrf::DtAskIfCanTask class. This class will create a DtAskIfCanTask dialog to ask the user if they wish to task the supplied entities and either abandon the current plan or interrupt the current task.

Public Member Functions | |
| DtAskIfCanTask (makVrv::DtDe &) | |
| virtual | ~DtAskIfCanTask () |
| virtual std::vector< DtUUID > | askIfCanTask (const std::vector< DtUUID > &names, const DtSimTask &newTask) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtAskIfCanTask & | instance (makVrv::DtDe &) |
| static void | registerInstance (makVrv::DtDe &, DtAskIfCanTask *) |
Protected Member Functions | |
| virtual DtAskIfCanTaskDialog * | createAskToTaskDialog (QWidget *parent) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrf::DtAskIfCanTask::DtAskIfCanTask | ( | makVrv::DtDe & | ) |
|
virtual |
Destructor.
|
static |
|
static |
|
virtual |
Creates the DtAskIfCanTask dialog and returns the names that can be tasked. Override the createAskToTask dialog to create your own version. Returns a list of names that are available to task.
|
protectedvirtual |
|
protected |