![]() |
VR-Forces 4.10 Class Documentation
|
This class will be used by the various dialog managers in the system to send out events that might be happening with the dialogs. More...

Public Member Functions | |
| DtDialogManagerSignaler (makVrv::DtDe &) | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtDialogManagerSignaler & | instance (makVrv::DtDe &de) |
| Returns instance of the messager. More... | |
Public Attributes | |
| boost::signals2::signal< void(DtTaskSetDialogInterface *)> | signal_dialogDestroyed |
| Signal sent when the dialog is destroyed. More... | |
| boost::signals2::signal< void(DtCommandAssignmentWidget *)> | signal_commandDialogDestroyed |
| Signal sent when the dialog is destroyed. More... | |
| boost::signals2::signal< void(DtTaskSetDialogInterface *)> | signal_dialogCreated |
| Signal sent when the dialog is created but before it is run. More... | |
| boost::signals2::signal< void(DtCommandAssignmentWidgetInterface *)> | signal_commandDialogCreated |
| Signal sent when the dialog is created but before it is run. More... | |
| boost::signals2::signal< void(int)> | signal_dialogsInProgress |
| Signal sent when dialogs are/are not in progress. More... | |
| boost::signals2::signal< void(DtConditionalDialogInterface *)> | signal_conditionDialogCreated |
| Signal sent when the dialog is created but before it is run. More... | |
| boost::signals2::signal< void(DtConditionalDialogInterface *)> | signal_conditionDialogDestroyed |
| Signal sent when the dialog is destroyed. More... | |
| boost::signals2::signal< void(DtConditionalExpressionInterface *)> | signal_expressionCreated |
| Signal sent when the expression is created but before it is run. More... | |
| boost::signals2::signal< void(DtConditionalExpressionInterface *)> | signal_expressionDestroyed |
| Signal sent when the expression is destroyed. More... | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
This class will be used by the various dialog managers in the system to send out events that might be happening with the dialogs.
| makVrf::DtDialogManagerSignaler::DtDialogManagerSignaler | ( | makVrv::DtDe & | ) |
|
static |
Returns instance of the messager.
| boost::signals2::signal<void (DtTaskSetDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_dialogDestroyed |
Signal sent when the dialog is destroyed.
| boost::signals2::signal<void (DtCommandAssignmentWidget*)> makVrf::DtDialogManagerSignaler::signal_commandDialogDestroyed |
Signal sent when the dialog is destroyed.
| boost::signals2::signal<void (DtTaskSetDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_dialogCreated |
Signal sent when the dialog is created but before it is run.
| boost::signals2::signal<void (DtCommandAssignmentWidgetInterface*)> makVrf::DtDialogManagerSignaler::signal_commandDialogCreated |
Signal sent when the dialog is created but before it is run.
| boost::signals2::signal<void (int)> makVrf::DtDialogManagerSignaler::signal_dialogsInProgress |
Signal sent when dialogs are/are not in progress.
| boost::signals2::signal<void (DtConditionalDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_conditionDialogCreated |
Signal sent when the dialog is created but before it is run.
| boost::signals2::signal<void (DtConditionalDialogInterface*)> makVrf::DtDialogManagerSignaler::signal_conditionDialogDestroyed |
Signal sent when the dialog is destroyed.
| boost::signals2::signal<void (DtConditionalExpressionInterface*)> makVrf::DtDialogManagerSignaler::signal_expressionCreated |
Signal sent when the expression is created but before it is run.
| boost::signals2::signal<void (DtConditionalExpressionInterface*)> makVrf::DtDialogManagerSignaler::signal_expressionDestroyed |
Signal sent when the expression is destroyed.
|
protected |