22 #ifndef GUICalibrator_h 23 #define GUICalibrator_h 63 const std::string& aXMLFilename,
64 const std::string& outputFilename,
141 MID_USER_DEF = FXDialogBox::ID_LAST,
155 long onCmdOverride(FXObject*, FXSelector,
void*);
156 long onCmdClose(FXObject*, FXSelector,
void*);
157 long onCmdUserDef(FXObject*, FXSelector,
void*);
158 long onUpdUserDef(FXObject*, FXSelector,
void*);
159 long onCmdPreDef(FXObject*, FXSelector,
void*);
160 long onUpdPreDef(FXObject*, FXSelector,
void*);
161 long onCmdChangeOption(FXObject*, FXSelector,
void*);
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.
A class that stores a 2D geometrical boundary.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
A road/street connecting two junctions.
std::vector< SUMOReal > RotCont
Definition of a rotation container.
Boundary myBoundary
The boundary of this rerouter.
RotCont myFGRotations
The rotations in full-geometry mode.
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.
FXComboBox * myPredefinedValues
Calibrates the flow on a segment to a specified one.
FXDataTarget myChosenTarget
A window containing a gl-object's parameter.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.