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();
116 virtual void setupEventIcons();
119 virtual void onQuickLaunchChanged();
120 virtual void onEnableStateChanged();
121 virtual void onSelectEventSymbol();
122 virtual void onStartEventTriggerTypeChanged();
123 virtual void onEndEventTriggerTypeChanged();
124 virtual void onAvailableToAllForcesChanged();
125 virtual void onUseLocationChanged();
126 virtual void showEventContents();
127 virtual void onEditLinks();
128 virtual void onEditSensorSignatures();
129 virtual void onEventIconChanged();
130 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:229
Definition: pointObjectDefinitionDialogLogic.h:34
DtTimeEntryWidget * myEndTime
Used for SPLUS.
Definition: scenarioEventDefinitionDialog.h:138
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:41
int myCurrentOrdinal
Definition: scenarioEventDefinitionDialog.h:66
DtUUID myUniqueId
Definition: scenarioEventDefinitionDialog.h:151
bool myIsIntelligenceObject
Definition: scenarioEventDefinitionDialog.h:154
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QCheckBox * myUseLocation
Definition: scenarioEventDefinitionDialog.h:145
DtDateTimeEntryWidget * myEndDateTime
Definition: scenarioEventDefinitionDialog.h:135
QComboBox * myScenarioEventsCombo
Definition: scenarioEventDefinitionDialog.h:147
Definition: createAndEditObjectDialogInterface.h:29
!!!!!!!!! DtScenarioEventDefinitionDialogCreator
Definition: scenarioEventDefinitionDialog.h:161
QDialog * myEventContainerDialog
Definition: scenarioEventDefinitionDialog.h:143
Ui_DtScenarioEventUI myExtUiImpl
Definition: scenarioEventDefinitionDialog.h:133
DtScenarioEventDefinitionDialogLogic * myCustomLogic
Definition: scenarioEventDefinitionDialog.h:150
QPushButton * myCloseEventDialogButton
Definition: scenarioEventDefinitionDialog.h:144
Widget that allows users to enter time values, including days.
Definition: timeEntryWidget.h:29
bool myNeedToSetStartTime
Definition: scenarioEventDefinitionDialog.h:152
DtEventContents * myEventContainer
Definition: scenarioEventDefinitionDialog.h:142
A widget class for managing a DtVrfTreeWidget of objects which supports user-defined filters...
Definition: vrfFilteredListView.h:63
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:146
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:153
std::map< std::string, double > mySensorSignatures
Definition: scenarioEventDefinitionDialog.h:157
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:141
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
Definition: scenarioEventDefinitionDialog.h:72
makVrv::DtSignalConnectionManager myConnectionManager
Definition: scenarioEventDefinitionDialog.h:155
Definition: pointObjectDefinitionDialog.h:354
This tree widget item can be used in any tree that wants to display an icon next to the name of an ob...
Definition: objectListViewItem.h:52
Widget that allows users to enter date/time values. The date/time will be shown in the currently sele...
Definition: dateTimeEntryWidget.h:26
DtDateTimeEntryWidget * myStartDateTime
Definition: scenarioEventDefinitionDialog.h:134