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