22 #ifndef GUICalibrator_h
23 #define GUICalibrator_h
63 const std::string& aXMLFilename,
64 const std::string& outputFilename,
Changes the speed allowed on a set of lanes (gui version)
GUIManipulator * openManipulator(GUIMainWindow &app, GUISUMOAbstractView &parent)
Writes routes of vehicles passing a certain edge.
Stores the information about how to visualize structures.
FXDataTarget mySpeedTarget
GUICalibrator(const std::string &id, MSEdge *edge, SUMOReal pos, const std::string &aXMLFilename, const std::string &outputFilename, const SUMOTime freq, const MSRouteProbe *probe)
Constructor.
long onCmdChangeOption(FXObject *, FXSelector, void *)
long onUpdPreDef(FXObject *, FXSelector, void *)
A class that stores a 2D geometrical boundary.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
A road/street connecting two junctions.
virtual ~GUIManip_Calibrator()
Destructor.
std::vector< SUMOReal > RotCont
Definition of a rotation container.
Boundary myBoundary
The boundary of this rerouter.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
long onCmdPreDef(FXObject *, FXSelector, void *)
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.
long onCmdClose(FXObject *, FXSelector, void *)
FXRealSpinDial * myUserDefinedSpeed
std::vector< Position > PosCont
Definition of a positions container.
bool myShowAsKMH
The information whether the speed shall be shown in m/s or km/h.
PosCont myFGPositions
The positions in full-geometry mode.
long onCmdOverride(FXObject *, FXSelector, void *)
FXComboBox * myPredefinedValues
Calibrates the flow on a segment to a specified one.
long onCmdUserDef(FXObject *, FXSelector, void *)
long onUpdUserDef(FXObject *, FXSelector, void *)
FXDataTarget myChosenTarget
A window containing a gl-object's parameter.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.