20 class DtSliderDoubleSpinboxWidget;
25 class DtWindCorridorDefinitionDialog;
42 virtual void setupGui();
45 virtual void processObjectCreation();
48 virtual void slot_onWindCorridorUpdated();
49 virtual void objectCreated();
70 virtual void refreshWindSpeedLabel();
71 virtual void setSpeed(
double d);
72 virtual double speed()
const;
75 virtual double speedMin()
const;
76 virtual double speedMax()
const;
77 virtual void setSpeedRange(
double min,
double max);
79 virtual int priority()
const;
80 virtual void setPriority(
int priorityVal);
82 virtual void initializeWindSpeedWidget();
88 virtual void setupGui();
92 virtual void populateOverlays();
94 virtual void init(
const DtEntityType& entityType,
const QString& title,
bool forPlan,
98 virtual void windSpeedChanged();
99 virtual void priorityChanged();
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
makVrv::DtSliderDoubleSpinboxWidget * myWindSpeed
Definition: windCorridorDefinitionDialog.h:105
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QLabel * myWindSpeedLabel
Definition: windCorridorDefinitionDialog.h:103
DtEditingType
Definition: vrfObjectManipulationHandlerBaseClass.h:42
This class implements the logic behind the DtShapeObjectDefinitionDialog.
Definition: shapeObjectDefinitionDialog.h:51
QWidget * myExtension
Definition: windCorridorDefinitionDialog.h:102
Definition: createAndEditObjectDialogInterface.h:29
Definition: windCorridorDefinitionDialog.h:27
QLabel * myPriorityLabel
Definition: windCorridorDefinitionDialog.h:109
QGridLayout * myGridLayout
Definition: windCorridorDefinitionDialog.h:101
Definition: windCorridorDefinitionDialog.h:56
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
Definition: windCorridorDefinitionDialog.h:113
Definition: shapeObjectDefinitionDialog.h:654
Base class to provide boost signal/slot management.
QSpinBox * myPriority
Definition: windCorridorDefinitionDialog.h:110
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
const char int mode
Definition: ioapi.h:38
boost::signalslib::connection myUpdateConnection
Definition: windCorridorDefinitionDialog.h:53
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
double myWindSpeedMetersPerSec
Definition: windCorridorDefinitionDialog.h:107
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: shapeObjectDefinitionDialog.h:253
DtWindCorridorDefinitionDialog * myCustomDialog
Definition: windCorridorDefinitionDialog.h:52