73 double layer,
double angle,
const std::string& imgFile,
GNELane* lane,
double posOverLane,
74 double posLat,
double width,
double height,
bool movementBlocked);
GUIGlID getGlID() const
Returns the numerical id of the object.
void writeShape(OutputDevice &device)
writte shape element into a xml file
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
void commitGeometryMoving(const Position &oldPos, GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(...)
Stores the information about how to visualize structures.
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their correspond attribute are valids
A NBNetBuilder extended by visualisation and editing capabilities.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
GNEPOILane & operator=(const GNEPOILane &)=delete
Invalidated assignment operator.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
A class that stores a 2D geometrical boundary.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
void moveGeometry(const Position &oldPos, const Position &offset)
change the position of the element geometry without saving in undoList
A point in 2D or 3D with translation and scaling methods.
GNELane * getLane() const
get GNELane
const std::string getID() const
function to support debugging
const std::string & getParentName() const
Returns the name of the parent object.
GNELane * myGNELane
GNElane in which this POILane is placed.
std::string getAttribute(SumoXMLAttr key) const
method for getting the Attribute of an XML key
const std::string & getType() const
Returns the (abstract) type of the Shape.
void updateGeometry()
update pre-computed geometry information
Position getPositionInView() const
Returns position of additional in view.
Static storage of an output device and its base (abstract) implementation.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
A window containing a gl-object's parameter.
GNEPOILane(GNENet *net, const std::string &id, const std::string &type, const RGBColor &color, double layer, double angle, const std::string &imgFile, GNELane *lane, double posOverLane, double posLat, double width, double height, bool movementBlocked)
Constructor.