13 #include "DtScenarioEventUi.hpp"
27 class DtScenarioEventDefinitionDialog;
28 class DtTimeEntryWidget;
29 class DtDateTimeEntryWidget;
30 class DtEventContents;
31 class DtVrfFilteredListView;
32 class DtObjectListViewItem;
53 virtual void updateScenarioEventData();
55 virtual void onUseLocationChanged(
bool);
59 virtual void processObjectCreation();
60 virtual void processObjectUpdate();
86 virtual int ordinal()
const;
89 virtual void setPublishObjectVisible(
bool b);
90 virtual void setPublishObject(
bool b);
96 virtual void setupGui();
98 virtual void addForce(
const QString& name,
int force);
102 virtual void setupConnections();
104 virtual QString selectFile(
const QString& filters,
const QString& title);
106 virtual void populateOverlays();
109 virtual void initializeForIntelligenceObject();
111 virtual void selectScenarioEventIcon(QString
filename);
115 virtual void scenarioEventsCleared();
118 virtual void onQuickLaunchChanged();
119 virtual void onEnableStateChanged();
120 virtual void onSelectEventSymbol();
121 virtual void onStartEventTriggerTypeChanged();
122 virtual void onEndEventTriggerTypeChanged();
123 virtual void onAvailableToAllForcesChanged();
124 virtual void onUseLocationChanged();
125 virtual void showEventContents();
126 virtual void onEditLinks();
127 virtual void onEditSensorSignatures();
128 virtual void onEventIconChanged();
129 virtual void eventContentsDeleted();
Logic that is used to populate and receive updates from the scenario event extension.
Definition: scenarioEventDefinitionDialog.h:35
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
Definition: pointObjectDefinitionDialogLogic.h:34
DtTimeEntryWidget * myEndTime
Used for SPLUS.
Definition: scenarioEventDefinitionDialog.h:137
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:40
int myCurrentOrdinal
Definition: scenarioEventDefinitionDialog.h:66
DtUUID myUniqueId
Definition: scenarioEventDefinitionDialog.h:150
bool myIsIntelligenceObject
Definition: scenarioEventDefinitionDialog.h:153
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QCheckBox * myUseLocation
Definition: scenarioEventDefinitionDialog.h:144
DtDateTimeEntryWidget * myEndDateTime
Definition: scenarioEventDefinitionDialog.h:134
QComboBox * myScenarioEventsCombo
Definition: scenarioEventDefinitionDialog.h:146
Definition: createAndEditObjectDialogInterface.h:29
!!!!!!!!! DtScenarioEventDefinitionDialogCreator
Definition: scenarioEventDefinitionDialog.h:160
QDialog * myEventContainerDialog
Definition: scenarioEventDefinitionDialog.h:142
Ui_DtScenarioEventUI myExtUiImpl
Definition: scenarioEventDefinitionDialog.h:132
DtScenarioEventDefinitionDialogLogic * myCustomLogic
Definition: scenarioEventDefinitionDialog.h:149
QPushButton * myCloseEventDialogButton
Definition: scenarioEventDefinitionDialog.h:143
Widget that allows users to enter time values, including days.
Definition: timeEntryWidget.h:29
bool myNeedToSetStartTime
Definition: scenarioEventDefinitionDialog.h:151
DtEventContents * myEventContainer
Definition: scenarioEventDefinitionDialog.h:141
A widget class for managing a DtTreeWidget of objects which supports user-defined filters...
Definition: vrfFilteredListView.h:62
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtScenarioEventDefinitionDialog * myCustomDialog
Definition: scenarioEventDefinitionDialog.h:65
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
DtVrfFilteredListView * myScenarioEvents
Definition: scenarioEventDefinitionDialog.h:145
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Definition: eventContents.h:46
The DtRwScenarioEvent class will define the contents of a scenario event and it's current status...
Definition: rwScenarioEvent.h:68
bool myNeedToSetEndTime
Definition: scenarioEventDefinitionDialog.h:152
std::map< std::string, double > mySensorSignatures
Definition: scenarioEventDefinitionDialog.h:156
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
const char int mode
Definition: ioapi.h:38
Contains makVrv::DtUniqueID type.
DtTimeEntryWidget * myStartTime
Used for SPLUS.
Definition: scenarioEventDefinitionDialog.h:140
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: scenarioEventDefinitionDialog.h:72
makVrv::DtSignalConnectionManager myConnectionManager
Definition: scenarioEventDefinitionDialog.h:154
Definition: pointObjectDefinitionDialog.h:351
Definition: objectListViewItem.h:45
Widget that allows users to enter date/time values.
Definition: dateTimeEntryWidget.h:25
DtDateTimeEntryWidget * myStartDateTime
Definition: scenarioEventDefinitionDialog.h:133