19 #ifndef GNECalibratorRoute_h 20 #define GNECalibratorRoute_h
GNECalibratorRoute & operator=(GNECalibratorRoute *)=delete
Invalidated assignment operator.
const std::vector< GNEEdge * > & getGNEEdges() const
get GNEEdges of Calibrator ROute
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
GNECalibratorRoute(GNECalibratorDialog *calibratorDialog)
default constructor (used only in GNECalibratorDialog)
std::vector< GNEEdge * > myEdges
edges of route
std::string myRouteID
route in which this flow is used
GNECalibrator * myCalibratorParent
pointer to calibrator parent
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
void writeRoute(OutputDevice &device)
write Route values into a XML
RGBColor myColor
color of ROute
~GNECalibratorRoute()
destructor
std::string getAttribute(SumoXMLAttr key) const
inherited from GNEAttributeCarrier
A road/street connecting two junctions (netedit-version)
Dialog for edit calibrators.
bool isValid(SumoXMLAttr key, const std::string &value)
Static storage of an output device and its base (abstract) implementation.
GNECalibrator * getCalibratorParent() const
get pointer to calibrator parent