68 GNEBusStop(
const std::string&
id,
GNELane* lane,
GNEViewNet* viewNet,
double startPos,
double endPos,
const std::vector<std::string>& lines);
82 std::vector<std::string>
getLines()
const;
Stores the information about how to visualize structures.
A NBNetBuilder extended by visualisation and editing capabilities.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
void writeAdditional(OutputDevice &device) const
writte additional element into a xml file
std::vector< std::string > getLines() const
get string vector with the lines of the busStop
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
GNEBusStop(const std::string &id, GNELane *lane, GNEViewNet *viewNet, double startPos, double endPos, const std::vector< std::string > &lines)
Constructor.
A lane area vehicles can halt at (netedit-version)
std::vector< std::string > myLines
The list of lines that are assigned to this stop.
GNEBusStop & operator=(const GNEBusStop &)
Invalidated assignment operator.
std::string getAttribute(SumoXMLAttr key) const
void updateGeometry()
update pre-computed geometry information
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Static storage of an output device and its base (abstract) implementation.