SUMO - Simulation of Urban MObility
GNEVariableSpeedSign.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2001-2018 German Aerospace Center (DLR) and others.
4 // This program and the accompanying materials
5 // are made available under the terms of the Eclipse Public License v2.0
6 // which accompanies this distribution, and is available at
7 // http://www.eclipse.org/legal/epl-v20.html
8 // SPDX-License-Identifier: EPL-2.0
9 /****************************************************************************/
15 //
16 /****************************************************************************/
17 #ifndef GNEVariableSpeedSign_h
18 #define GNEVariableSpeedSign_h
19 
20 
21 // ===========================================================================
22 // included modules
23 // ===========================================================================
24 
25 #include "GNEAdditional.h"
26 
27 // ===========================================================================
28 // class declarations
29 // ===========================================================================
30 
32 
33 // ===========================================================================
34 // class definitions
35 // ===========================================================================
41 
42 public:
43 
52  GNEVariableSpeedSign(const std::string& id, GNEViewNet* viewNet, const Position& pos, const std::vector<GNELane*>& lanes, const std::string& name, bool blockMovement);
53 
56 
58  void openAdditionalDialog();
59 
62 
65  void moveGeometry(const Position& offset);
66 
70  void commitGeometryMoving(GNEUndoList* undoList);
71 
73  void updateGeometry(bool updateGrid);
74 
78 
81 
84  std::string getParentName() const;
85 
90  void drawGL(const GUIVisualizationSettings& s) const;
92 
95  /* @brief method for getting the Attribute of an XML key
96  * @param[in] key The attribute key
97  * @return string with the value associated to key
98  */
99  std::string getAttribute(SumoXMLAttr key) const;
100 
101  /* @brief method for setting the attribute and letting the object perform additional changes
102  * @param[in] key The attribute key
103  * @param[in] value The new value
104  * @param[in] undoList The undoList on which to register changes
105  */
106  void setAttribute(SumoXMLAttr key, const std::string& value, GNEUndoList* undoList);
107 
108  /* @brief method for checking if the key and their correspond attribute are valids
109  * @param[in] key The attribute key
110  * @param[in] value The value asociated to key key
111  * @return true if the value is valid, false in other case
112  */
113  bool isValid(SumoXMLAttr key, const std::string& value);
114 
116  std::string getPopUpID() const;
117 
119  std::string getHierarchyName() const;
121 
122 protected:
125 
126 private:
128  void setAttribute(SumoXMLAttr key, const std::string& value);
129 
132 
135 };
136 
137 #endif
138 
139 /****************************************************************************/
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
std::string getParentName() const
Returns the name of the parent object.
Stores the information about how to visualize structures.
void openAdditionalDialog()
open GNEVariableSpeedSignDialog
void moveGeometry(const Position &offset)
change the position of the element geometry without saving in undoList
Position getPositionInView() const
Returns position of additional in view.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GNEVariableSpeedSign & operator=(const GNEVariableSpeedSign &)=delete
Invalidated assignment operator.
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:39
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
void updateGeometry(bool updateGrid)
update pre-computed geometry information
std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
std::string getAttribute(SumoXMLAttr key) const
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
An Element which don&#39;t belongs to GNENet but has influency in the simulation.
Definition: GNEAdditional.h:48
~GNEVariableSpeedSign()
Destructor.
GNEVariableSpeedSign(const std::string &id, GNEViewNet *viewNet, const Position &pos, const std::vector< GNELane *> &lanes, const std::string &name, bool blockMovement)
Constructor.
Position myPosition
position of VSS in view
void commitGeometryMoving(GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(...)