 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
16 #ifndef GNERouteDialog_h
17 #define GNERouteDialog_h
An Element which don't belongs to GNENet but has influency in the simulation.
long onCmdAccept(FXObject *, FXSelector, void *)
Dialog to edit sequences, parameters, etc.. of DemandElements.
long onCmdCancel(FXObject *, FXSelector, void *)
event after press cancel button
FXTextField * myTextFieldRouteID
route ID
#define FOX_CONSTRUCTOR(classname)
FXTextField * myTextFieldColor
color of route
SumoXMLAttr myInvalidAttr
current sumo attribute invalid
long onCmdReset(FXObject *, FXSelector, void *)
event after press reset button
void updateCalibratorRouteValues()
update data fields
Dialog for edit Calibrator Routes.
~GNERouteDialog()
destructor
long onCmdSetVariable(FXObject *, FXSelector, void *)
event after change value
FXTextField * myTextFieldEdges
list of edges (string)
bool myCalibratorRouteValid
flag to check if current calibrator vehicleType is valid
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
GNERouteDialog(GNEDemandElement *editedCalibratorRoute, bool updatingElement)
FOX-declaration.