SUMO - Simulation of Urban MObility
GNEClosingReroute.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 GNEClosingReroute_h
18 #define GNEClosingReroute_h
19 
20 
21 // ===========================================================================
22 // included modules
23 // ===========================================================================
24 
25 #include "GNEAdditional.h"
26 
27 // ===========================================================================
28 // class declarations
29 // ===========================================================================
30 
33 
34 // ===========================================================================
35 // class definitions
36 // ===========================================================================
42 
43 public:
45  GNEClosingReroute(GNERerouterIntervalDialog* rerouterIntervalDialog);
46 
48  GNEClosingReroute(GNEAdditional* rerouterIntervalParent, GNEEdge* closedEdge, SVCPermissions permissions);
49 
52 
55 
58  void moveGeometry(const Position& offset);
59 
63  void commitGeometryMoving(GNEUndoList* undoList);
64 
66  void updateGeometry(bool updateGrid);
67 
71 
74 
77  std::string getParentName() const;
78 
83  void drawGL(const GUIVisualizationSettings& s) const;
85 
88  /* @brief method for getting the Attribute of an XML key
89  * @param[in] key The attribute key
90  * @return string with the value associated to key
91  */
92  std::string getAttribute(SumoXMLAttr key) const;
93 
94  /* @brief method for setting the attribute and letting the object perform additional changes
95  * @param[in] key The attribute key
96  * @param[in] value The new value
97  * @param[in] undoList The undoList on which to register changes
98  */
99  void setAttribute(SumoXMLAttr key, const std::string& value, GNEUndoList* undoList);
100 
101  /* @brief method for checking if the key and their correspond attribute are valids
102  * @param[in] key The attribute key
103  * @param[in] value The value asociated to key key
104  * @return true if the value is valid, false in other case
105  */
106  bool isValid(SumoXMLAttr key, const std::string& value);
107 
109  std::string getPopUpID() const;
110 
112  std::string getHierarchyName() const;
114 
115 protected:
118 
119  // @brief permissions of this Closing Reroute
121 
122 private:
124  void setAttribute(SumoXMLAttr key, const std::string& value);
125 
127  GNEClosingReroute(const GNEClosingReroute&) = delete;
128 
131 };
132 
133 #endif
134 
135 /****************************************************************************/
GNEClosingReroute & operator=(const GNEClosingReroute &)=delete
Invalidated assignment operator.
Dialog for edit rerouter intervals.
Stores the information about how to visualize structures.
int SVCPermissions
bitset where each bit declares whether a certain SVC may use this edge/lane
void moveGeometry(const Position &offset)
change the position of the element geometry without saving in undoList
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
GNEClosingReroute(GNERerouterIntervalDialog *rerouterIntervalDialog)
constructor (Used in GNERerouterIntervalDialog)
std::string getParentName() const
Returns the name of the parent object.
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:39
~GNEClosingReroute()
destructor
void commitGeometryMoving(GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(...)
std::string getAttribute(SumoXMLAttr key) const
Position getPositionInView() const
Returns position of additional in view.
GNEEdge * myClosedEdge
closed edge
A road/street connecting two junctions (netedit-version)
Definition: GNEEdge.h:50
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
An Element which don't belongs to GNENet but has influency in the simulation.
Definition: GNEAdditional.h:48
SVCPermissions myPermissions
void updateGeometry(bool updateGrid)
update pre-computed geometry information