70 myBlockIconRotation(0),
72 myInspectionable(true),
77 myAdditionalDialog(NULL) {
201 std::vector<SumoXMLAttr> attributes =
getAttrs();
203 if (std::find(attributes.begin(), attributes.end(),
SUMO_ATTR_LANE) != attributes.end()) {
209 new FXMenuCommand(ret, (
"inner position: " +
toString(innerPos)).c_str(), 0, 0, 0);
218 }
else if (std::find(attributes.begin(), attributes.end(),
SUMO_ATTR_EDGE) != attributes.end()) {
224 new FXMenuCommand(ret, (
"inner position: " +
toString(innerPos)).c_str(), 0, 0, 0);
227 const double edgePos = edge->
getLanes().at(0)->getShape().nearest_offset_to_point2D(
myShape[0]);
236 new FXMenuSeparator(ret);
238 dynamic_cast<GNEViewNet&
>(parent).markPopupPosition();
248 std::vector<SumoXMLAttr> attributes =
getAttrs();
252 for (std::vector<SumoXMLAttr>::iterator i = attributes.begin(); i != attributes.end(); i++) {
280 }
else if (lane != NULL) {
302 glRotated(180, 0, 0, 1);
342 glTranslated(0, 0,
getType() - 0.01);
345 for (std::vector<Position>::const_iterator j = (*i).begin(); (j + 1) != (*i).end(); j++) {
static void drawTexturedBox(int which, double size)
Draws a named texture as a box with the given size.
virtual void openAdditionalDialog()
open Additional Dialog
GNELane * getLane() const
get lane of additional, or NULL if additional isn't placed over a Lane
double rotationDegreeAtOffset(double pos) const
Returns the rotation at the given length.
SumoXMLTag
Numbers representing SUMO-XML - element names.
GNEEdge * retrieveEdge(const std::string &id, bool failHard=true)
get edge by id
bool isAdditionalBlocked() const
Check if additional item is currently blocked (i.e. cannot be moved with mouse)
begin/end of the description of a single lane
const std::string & getAdditionalID() const
returns the ID of additional
GUIIcon
An enumeration of icons used by the gui applications.
static GUIGlID getTexture(GUITexture which)
returns a texture previously defined in the enum GUITexture
GNELane * myLane
The lane this additional belongs.
bool myRotationLefthand
rotation depending of the option "Lefthand"
virtual const std::string & getParentName() const =0
Returns the name of the parent object (if any)
double y() const
Returns the y-position.
void removeAdditionalChild(GNEAdditional *additional)
remove additional child to this lane
PositionVector getShape() const
Returns additional element's shape.
double getPositionRelativeToParametricLength(double position) const
double x() const
Returns the x-position.
void buildCenterPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to center to the object.
Copy object name - popup entry.
bool isSelected(GUIGlObjectType type, GUIGlID id)
Returns the information whether the object with the given type and id is selected.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
void commmitAdditionalGeometryMoved(const Position &oldPos, GNEUndoList *undoList)
updated geometry changes in the attributes of additional
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
bool getBool(const std::string &name) const
Returns the boolean-value of the named option (only for Option_Bool)
void buildShowParamsPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to open the parameter window.
void buildPositionCopyEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position.
#define UNUSED_PARAMETER(x)
A class that stores a 2D geometrical boundary.
virtual std::string getAttribute(SumoXMLAttr key) const =0
bool isAdditionalInspectionable() const
check if additional element is inspectionable (With GNEInspectorFrame)
static OptionsCont & getOptions()
Retrieves the options.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
GNEViewNet * myViewNet
The GNEViewNet this additional element belongs.
void drawParentAndChildrenConnections() const
draw connections between Parent and childrens
void addAdditionalChild(GNEAdditional *additional)
add additional child to this edge
bool showLockIcon() const
check if lock icon should be visible
void updateAdditionalID(const std::string &oldID, GNEAdditional *additional)
update additional ID in container
GUIGlObjectType getType() const
Returns the type of the object as coded in GUIGlObjectType.
void drawLockIcon(double size=0.5) const
draw lock icon
std::string toString(const T &t, std::streamsize accuracy=gPrecision)
void changeEdge(const std::string &edgeID)
change edge of additional
static void setColor(const RGBColor &c)
Sets the gl-color to this value.
bool myMovable
boolean to check if additional element is movable (with the mouse). By default true ...
void refreshAdditional(GNEAdditional *additional)
refreshes boundary information of an additional after a geometry update
PositionVector myShape
The shape of the additional element.
A point in 2D or 3D with translation and scaling methods.
GNEAdditional(const std::string &id, GNEViewNet *viewNet, Position pos, SumoXMLTag tag, GUIIcon icon)
Constructor.
void addAdditionalChild(GNEAdditional *additional)
add additional child to this lane
GNELane * retrieveLane(const std::string &id, bool failHard=true)
get lane by id
void setBlockIconRotation(GNELane *lane=NULL)
set Rotation of block Icon
std::vector< std::vector< Position > > myConnectionPositions
Matrix with the Vertex's positions of connections between Additional Parent an their childs...
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
Boundary & grow(double by)
extends the boundary by the given amount
void setAdditionalID(const std::string &id)
set the ID of additional
virtual const std::string & getMicrosimID() const
Returns the id of the object as known to microsim.
std::vector< SumoXMLAttr > getAttrs() const
get vector of attributes
static void drawLine(const Position &beg, double rot, double visLength)
Draws a thin line.
~GNEAdditional()
Destructor.
void changeLane(const std::string &laneID)
change lane of additional
Position myBlockIconOffset
The offSet of the block icon.
begin/end of the description of an edge
A road/street connecting two junctions (netedit-version)
static bool isUnique(SumoXMLTag tag, SumoXMLAttr attr)
whether an attribute is unique (may not be edited for a multi-selection and don't have a default valu...
GNEViewNet * getViewNet() const
Returns a pointer to GNEViewNet in which additional element is located.
const PositionVector & getShape() const
returns the shape of the lane
bool isAdditionalSelectable() const
check if additional element is selectable (With GNESelectorFrame)
bool myBlocked
boolean to check if additional element is blocked (i.e. cannot be moved with mouse) ...
const std::vector< GNELane * > & getLanes()
returns a reference to the lane vector
double length() const
Returns the length.
void moveAdditionalGeometry(const Position &offset)
change the position of the additional geometry
virtual void setMicrosimID(const std::string &newID)
Changes the microsimID of the object.
bool isAdditionalMovable() const
check if additional element is movable
void buildSelectionPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to (de)select the object.
GNENet * getNet() const
get the net object
GUIGlID getGlID() const
Returns the numerical id of the object.
bool mySelectable
boolean to check if additional element is selectable (With GNESelectorFrame). By default true ...
Position myPosition
The position in which this additional element is located.
void setPositionInView(const Position &pos)
set new position in the view
Position getPositionInformation() const
Returns the cursor's x/y position within the network.
Boundary getBoxBoundary() const
Returns a boundary enclosing this list of lines.
bool isAdditionalSelected() const
virtual void updateGeometry()=0
update pre-computed geometry information
void removeAdditionalChild(GNEAdditional *additional)
remove additional child from this edge
bool myInspectionable
boolean to check if additional element is inspectionable (With GNEInspectorFrame). By default true
Copy typed object name - popup entry.
GNEEdge * myEdge
The edge this additional belongs.
double nearest_offset_to_point2D(const Position &p, bool perpendicular=true) const
return the nearest offest to point 2D
void mkItem(const char *name, bool dynamic, ValueSource< unsigned > *src)
Adds a row which obtains its value from an unsigned-ValueSource.
GUISelectedStorage gSelected
A global holder of selected objects.
void closeBuilding()
Closes the building of the table.
A window containing a gl-object's parameter.
double myBlockIconRotation
The rotation of the block icon.
GNEEdge * getEdge() const
get edge of additional, or NULL if additional isn't placed over an edge
void buildPopupHeader(GUIGLObjectPopupMenu *ret, GUIMainWindow &app, bool addSeparator=true)
Builds the header.
Position myBlockIconPosition
position of the block icon
SumoXMLTag getTag() const
get XML Tag assigned to this object