12 #include "DtScenarioEventUi.hpp"
26 class DtScenarioEventDefinitionDialog;
27 class DtTimeEntryWidget;
28 class DtDateTimeEntryWidget;
29 class DtEventContents;
30 class DtVrfFilteredListView;
31 class DtObjectListViewItem;
52 virtual void updateScenarioEventData();
54 virtual void onUseLocationChanged(
bool);
58 virtual void processObjectCreation();
59 virtual void processObjectUpdate();
85 virtual int ordinal()
const;
88 virtual void setPublishObjectVisible(
bool b);
89 virtual void setPublishObject(
bool b);
95 virtual void setupGui();
97 virtual void addForce(
const QString& name,
int force);
101 virtual void setupConnections();
103 virtual QString selectFile(
const QString& filters,
const QString& title);
105 virtual void populateOverlays();
108 virtual void initializeForIntelligenceObject();
110 virtual void selectScenarioEventIcon(QString
filename);
114 virtual void scenarioEventsCleared();
117 virtual void onQuickLaunchChanged();
118 virtual void onEnableStateChanged();
119 virtual void onSelectEventSymbol();
120 virtual void onStartEventTriggerTypeChanged();
121 virtual void onEndEventTriggerTypeChanged();
122 virtual void onAvailableToAllForcesChanged();
123 virtual void onUseLocationChanged();
124 virtual void showEventContents();
125 virtual void onEditLinks();
126 virtual void onEditSensorSignatures();
127 virtual void onEventIconChanged();
128 virtual void eventContentsDeleted();
Logic that is used to populate and receive updates from the scenario event extension.
Definition: scenarioEventDefinitionDialog.h:34
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
This class implements the logic behind the DtPointObjectDefinitionDialog.
Definition: pointObjectDefinitionDialog.h:42
DtTimeEntryWidget * myEndTime
Used for SPLUS.
Definition: scenarioEventDefinitionDialog.h:136
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:199
int myCurrentOrdinal
Definition: scenarioEventDefinitionDialog.h:65
DtUUID myUniqueId
Definition: scenarioEventDefinitionDialog.h:149
bool myIsIntelligenceObject
Definition: scenarioEventDefinitionDialog.h:152
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QCheckBox * myUseLocation
Definition: scenarioEventDefinitionDialog.h:143
DtDateTimeEntryWidget * myEndDateTime
Definition: scenarioEventDefinitionDialog.h:133
QComboBox * myScenarioEventsCombo
Definition: scenarioEventDefinitionDialog.h:145
Definition: createAndEditObjectDialogInterface.h:29
!!!!!!!!! DtScenarioEventDefinitionDialogCreator
Definition: scenarioEventDefinitionDialog.h:159
QDialog * myEventContainerDialog
Definition: scenarioEventDefinitionDialog.h:141
Ui_DtScenarioEventUI myExtUiImpl
Definition: scenarioEventDefinitionDialog.h:131
DtScenarioEventDefinitionDialogLogic * myCustomLogic
Definition: scenarioEventDefinitionDialog.h:148
QPushButton * myCloseEventDialogButton
Definition: scenarioEventDefinitionDialog.h:142
Widget that allows users to enter time values, including days.
Definition: timeEntryWidget.h:29
bool myNeedToSetStartTime
Definition: scenarioEventDefinitionDialog.h:150
DtEventContents * myEventContainer
Definition: scenarioEventDefinitionDialog.h:140
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:24
DtScenarioEventDefinitionDialog * myCustomDialog
Definition: scenarioEventDefinitionDialog.h:64
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
DtVrfFilteredListView * myScenarioEvents
Definition: scenarioEventDefinitionDialog.h:144
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
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:151
std::map< std::string, double > mySensorSignatures
Definition: scenarioEventDefinitionDialog.h:155
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:139
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: scenarioEventDefinitionDialog.h:71
makVrv::DtSignalConnectionManager myConnectionManager
Definition: scenarioEventDefinitionDialog.h:153
Definition: pointObjectDefinitionDialog.h:510
Definition: objectListViewItem.h:45
Widget that allows users to enter date/time values.
Definition: dateTimeEntryWidget.h:25
DtDateTimeEntryWidget * myStartDateTime
Definition: scenarioEventDefinitionDialog.h:132