136 long onCmdClose(FXObject*, FXSelector,
void*);
A class that stores a 2D geometrical boundary.
long onCmdOverride(FXObject *, FXSelector, void *)
long onCmdClose(FXObject *, FXSelector, void *)
MFXComboBoxIcon * myPredefinedValues
long onCmdChangeOption(FXObject *, FXSelector, void *)
FXRealSpinner * myUserDefinedSpeed
long onCmdUserDef(FXObject *, FXSelector, void *)
long onCmdPreDef(FXObject *, FXSelector, void *)
virtual ~GUIManip_Calibrator()
Destructor.
long onUpdUserDef(FXObject *, FXSelector, void *)
FXDataTarget mySpeedTarget
long onUpdPreDef(FXObject *, FXSelector, void *)
FXDataTarget myChosenTarget
Changes the speed allowed on a set of lanes (gui version)
bool myShowAsKMH
The information whether the speed shall be shown in m/s or km/h.
MSCalibrator * myCalibrator
the calibrator being wrapped
std::vector< double > RotCont
Definition of a rotation container.
double getExaggeration(const GUIVisualizationSettings &s) const
return exaggeration associated with this GLObject
RotCont myFGRotations
The rotations in full-geometry mode.
PosCont myFGPositions
The positions in full-geometry mode.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GUIManipulator * openManipulator(GUIMainWindow &app, GUISUMOAbstractView &parent)
Boundary myBoundary
The boundary of this rerouter.
std::vector< Position > PosCont
Definition of a positions container.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
A window containing a gl-object's parameter.
Stores the information about how to visualize structures.
Calibrates the flow on a segment to a specified one.