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