11 #if !defined(Q_MOC_RUN)
18 #include <boost/signals2.hpp>
25 class DtRwLocalWeather;
34 class DtLocalWeatherAreaDefinitionDialog;
53 virtual void setupGui();
54 virtual void setPriority(
int);
57 virtual void processObjectCreation();
61 virtual void setEnvironment(QString);
62 virtual void processNamePrefixEdited();
66 virtual void editEnvironment();
68 virtual void setPulldownBasedOnWeatherCommand();
86 virtual void setEnvironmentNames(
const std::vector<std::string>&);
92 virtual int priority()
const;
93 virtual void setPriority(
int);
94 virtual QString currentEnvironment()
const;
95 virtual void setEnvironment(
const std::string&);
98 virtual void environmentSelected();
101 virtual void priorityChanged();
102 virtual void onEditEnvironment();
105 virtual void setupGui();
106 virtual bool showAlpha()
const;
110 virtual void populateOverlays();
112 virtual void init(
const DtEntityType& entityType,
const QString& title,
bool forPlan,
115 virtual void setupConnections();
118 virtual void setPublishObjectVisible(
bool b);
119 virtual void setPublishObject(
bool b);
QComboBox * myDefinedEnvironments
Definition: localWeatherAreaDefinitionDialog.h:124
QLabel * myDefinedEnvironmentsLabel
Definition: localWeatherAreaDefinitionDialog.h:123
QLabel * myPriorityLabel
Definition: localWeatherAreaDefinitionDialog.h:127
DtChangeWeatherCommand myWeatherCommand
Definition: localWeatherAreaDefinitionDialog.h:72
QPushButton * myEditEnvironment
Definition: localWeatherAreaDefinitionDialog.h:125
DtLocalWeatherAreaDefinitionDialog * myCustomDialog
Definition: localWeatherAreaDefinitionDialog.h:71
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtSimCommand subclass for creating a new VrfObjects. Used for both single and multi-point objects...
Definition: createObjectCommand.h:36
DtEditingType
Definition: vrfObjectManipulationHandlerBaseClass.h:42
This class implements the logic behind the DtShapeObjectDefinitionDialog.
Definition: shapeObjectDefinitionDialog.h:51
Definition: createAndEditObjectDialogInterface.h:29
boost::signals2::connection myUpdateConnection
Definition: localWeatherAreaDefinitionDialog.h:73
Logic that is used to populate and receive updates from the weather extension.
Definition: localWeatherAreaDefinitionDialog.h:37
!!!!!!!!! DtLocalWeatherAreaDefinitionDialogCreator
Definition: localWeatherAreaDefinitionDialog.h:132
The declaration of the makArchives::DtEnvironmentRecord class.
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
Record of environment/weather settings Includes precipitation, air, and clouds.
Definition: DtEnvironmentRecord.h:36
boost::signals2::signal< void(int)> signal_priorityChanged
Definition: localWeatherAreaDefinitionDialog.h:89
QWidget * myExtension
Definition: localWeatherAreaDefinitionDialog.h:122
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
A DtSimCommand subclass which specifies a change to the weather settings for the specified weather ar...
Definition: changeWeatherCommand.h:29
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Definition: shapeObjectDefinitionDialog.h:663
boost::signals2::signal< void(QString)> signal_setEnvironment
Definition: localWeatherAreaDefinitionDialog.h:88
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
const char int mode
Definition: ioapi.h:38
boost::signals2::signal< void()> signal_editEnvironment
Definition: localWeatherAreaDefinitionDialog.h:90
Contains makVrv::DtUniqueID type.
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:72
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: shapeObjectDefinitionDialog.h:257
Definition: localWeatherAreaDefinitionDialog.h:76
QSpinBox * myPriority
Definition: localWeatherAreaDefinitionDialog.h:128