103 long onDefault(FXObject*, FXSelector,
void*);
bool setMultiColor(const GUIColorer &c) const
sets multiple colors according to the current scheme index and some lane function ...
std::vector< double > myShapeLengths
The lengths of the shape parts.
void drawLane2LaneConnections() const
draw lane to lane connections
bool isRestricted(SUMOVehicleClass vclass) const
check if this lane is restricted
std::string getParentName() const
Returns the name of the parent object (if any)
Boundary myMovingGeometryBoundary
boundary used during moving of elements
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
GNELane & operator=(const GNELane &)=delete
Invalidated assignment operator.
SUMOVehicleClass
Definition of vehicle classes to differ between different lane usage and authority types...
const RGBColor * mySpecialColor
optional special color
void updateGeometry(bool updateGrid)
update pre-computed geometry information
Boundary getBoundary() const
returns the boundry (including lanes)
Stores the information about how to visualize structures.
const std::vector< double > & getShapeRotations() const
returns the vector with the shape rotations
std::string getAttributeForSelection(SumoXMLAttr key) const
method for getting the attribute in the context of object selection
A NBNetBuilder extended by visualisation and editing capabilities.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
double getSpeed() const
returns the current speed of lane
std::vector< RGBColor > myShapeColors
The color of the shape parts (cached)
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
bool drawAsRailway(const GUIVisualizationSettings &s) const
whether to draw this lane as a railway
A class that stores a 2D geometrical boundary.
int myIndex
The index of this lane.
bool setFunctionalColor(int activeScheme) const
sets the color according to the current scheme index and some lane function
std::vector< double > myLaneRestrictedTextureRotations
Rotations of textures of restricted lanes.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
bool drawAsWaterway(const GUIVisualizationSettings &s) const
whether to draw this lane as a waterways
int getIndex() const
returns the index of the lane
std::vector< std::pair< std::string, std::string > > getGenericParameters() const
return generic parameters as vector of pairs format
double getLaneParametricLength() const
returns the parameteric length of the lane
GNEEdge & getParentEdge()
Returns underlying parent edge.
void endGeometryMoving()
begin movement (used when user click over edge to start a movement, to avoid problems with problems w...
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
std::string getGenericParametersStr() const
return generic parameters in string format
void removeLaneOfAdditionalParents(GNEUndoList *undoList, bool allowEmpty)
remove lane of Additional Parent
std::vector< double > myShapeRotations
std::vector< GNEConnection * > getGNEIncomingConnections()
returns a vector with the incoming GNEConnections of this lane
void addShapeChild(GNEShape *shape)
add shape child to this lane
void drawArrows() const
draw arrows
double getLengthGeometryFactor() const
get lenght geometry factor
void drawMarkings(const GUIVisualizationSettings &s, double scale) const
draw lane markings
std::vector< GNEShape * > myShapes
list with the shapes vinculated with this lane
void setGenericParametersStr(const std::string &value)
set generic parameters in string format
std::vector< GNEConnection * > getGNEOutcomingConnections()
returns a vector with the outgoing GNEConnections of this lane
double getLaneShapeLength() const
returns the length of the lane's shape
void startGeometryMoving()
std::string getAttribute(SumoXMLAttr key) const
A road/street connecting two junctions (netedit-version)
GNEEdge & myParentEdge
The Edge that to which this lane belongs.
const PositionVector & getShape() const
returns the shape of the lane
void updateConnectionIDs()
update IDs of incoming connections of this lane
long onDefault(FXObject *, FXSelector, void *)
multiplexes message to two targets
void drawTLSLinkNo(const GUIVisualizationSettings &s) const
draw TLS Link Number
std::vector< Position > myLaneRestrictedTexturePositions
Position of textures of restricted lanes.
void setSpecialColor(const RGBColor *Color2)
void mouseOverObject(const GUIVisualizationSettings &s) const
method for check if mouse is over objects
void drawLinkNo(const GUIVisualizationSettings &s) const
draw link Number
void drawLinkRules() const
draw link rules
void drawDirectionIndicators(double exaggeration, bool spreadSuperposed) const
direction indicators for lanes
void removeShapeChild(GNEShape *shape)
remove shape child of this lane
void setLaneColor(const GUIVisualizationSettings &s) const
set color according to edit mode and visualisation settings
bool isValid(SumoXMLAttr key, const std::string &value)
const std::vector< double > & getShapeLengths() const
returns the vector with the shape lengths
double getColorValue(const GUIVisualizationSettings &s, int activeScheme) const
return value for lane coloring according to the given scheme
const std::vector< GNEShape * > & getShapeChilds() const
get shape childs of lane
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.