std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
bool isAccessPositionFixed() const
check if Position of Access is fixed
Stores the information about how to visualize structures.
GNEEdge & getEdge() const
get edge in which this Access is placed
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
A class that stores a 2D geometrical boundary.
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
std::string myLength
Acces lenght.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
bool myFriendlyPosition
flag to check if friendly position is enabled
GNEAccess & operator=(const GNEAccess &)=delete
Invalidated assignment operator.
A point in 2D or 3D with translation and scaling methods.
void updateGeometry()
update pre-computed geometry information
A lane area vehicles can halt at (netedit-version)
Position getPositionInView() const
Returns position of additional in view.
GNEAccess(GNEAdditional *busStop, GNELane *lane, GNEViewNet *viewNet, const std::string &pos, const std::string &length, bool friendlyPos, bool blockMovement)
Constructor.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
void moveGeometry(const Position &offset)
change the position of the element geometry without saving in undoList
A road/street connecting two junctions (netedit-version)
An Element which don't belongs to GNENet but has influency in the simulation.
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
std::string myPositionOverLane
position over lane
void commitGeometryMoving(GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(...)
std::string getParentName() const
Returns the name of the parent object (if any)
std::string getAttribute(SumoXMLAttr key) const