11 #if !defined(Q_MOC_RUN)
18 #include <boost/signals2.hpp>
25 class DtRwLocalWeather;
34 class DtLocalWeatherBoxDefinitionDialog;
53 virtual void setupGui();
54 virtual void setPriority(
int);
57 virtual void processObjectCreation();
61 virtual void setEnvironment(QString);
62 virtual void processNamePrefixEdited(
const std::string&);
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);
!!!!!!!!! DtLocalWeatherBoxDefinitionDialogCreator
Definition: localWeatherBoxDefinitionDialog.h:132
boost::signals2::signal< void(int)> signal_priorityChanged
Definition: localWeatherBoxDefinitionDialog.h:89
QPushButton * myEditEnvironment
Definition: localWeatherBoxDefinitionDialog.h:125
QSpinBox * myPriority
Definition: localWeatherBoxDefinitionDialog.h:128
Definition: boxObjectDefinitionDialog.h:487
#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
Definition: createAndEditObjectDialogInterface.h:29
QLabel * myPriorityLabel
Definition: localWeatherBoxDefinitionDialog.h:127
boost::signals2::connection myUpdateConnection
Definition: localWeatherBoxDefinitionDialog.h:73
This class defines the dialog that allows the creation/update of Box objects in the scenario...
Definition: boxObjectDefinitionDialog.h:198
boost::signals2::signal< void(QString)> signal_setEnvironment
Definition: localWeatherBoxDefinitionDialog.h:88
Definition: localWeatherBoxDefinitionDialog.h:76
QWidget * myExtension
Definition: localWeatherBoxDefinitionDialog.h:122
boost::signals2::signal< void()> signal_editEnvironment
Definition: localWeatherBoxDefinitionDialog.h:90
This class implements the logic behind the DtBoxObjectDefinitionDialog.
Definition: boxObjectDefinitionDialog.h:41
DtLocalWeatherBoxDefinitionDialog * myCustomDialog
Definition: localWeatherBoxDefinitionDialog.h:71
The declaration of the makArchives::DtEnvironmentRecord class.
Logic that is used to populate and receive updates from the weather extension.
Definition: localWeatherBoxDefinitionDialog.h:37
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
QLabel * myDefinedEnvironmentsLabel
Definition: localWeatherBoxDefinitionDialog.h:123
Record of environment/weather settings Includes precipitation, air, and clouds.
Definition: DtEnvironmentRecord.h:36
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
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.
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
DtChangeWeatherCommand myWeatherCommand
Definition: localWeatherBoxDefinitionDialog.h:72
QComboBox * myDefinedEnvironments
Definition: localWeatherBoxDefinitionDialog.h:124