Eclipse SUMO - Simulation of Urban MObility
GNERerouterInterval.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-2019 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 GNERerouterInterval_h
18 #define GNERerouterInterval_h
19 
20 
21 // ===========================================================================
22 // included modules
23 // ===========================================================================
24 
25 #include "GNEAdditional.h"
26 
27 // ===========================================================================
28 // class declarations
29 // ===========================================================================
30 
31 class GNERerouter;
32 class GNERerouterDialog;
34 class GNEClosingReroute;
35 class GNEDestProbReroute;
38 
39 // ===========================================================================
40 // class definitions
41 // ===========================================================================
47 
48 public:
50  GNERerouterInterval(GNERerouterDialog* rerouterDialog);
51 
53  GNERerouterInterval(GNEAdditional* rerouterParent, SUMOTime begin, SUMOTime end);
54 
57 
60 
63  void moveGeometry(const Position& offset);
64 
68  void commitGeometryMoving(GNEUndoList* undoList);
69 
71  void updateGeometry();
72 
75 
79 
82 
85  std::string getParentName() const;
86 
91  void drawGL(const GUIVisualizationSettings& s) const;
93 
96  /* @brief method for getting the Attribute of an XML key
97  * @param[in] key The attribute key
98  * @return string with the value associated to key
99  */
100  std::string getAttribute(SumoXMLAttr key) const;
101 
102  /* @brief method for setting the attribute and letting the object perform additional changes
103  * @param[in] key The attribute key
104  * @param[in] value The new value
105  * @param[in] undoList The undoList on which to register changes
106  */
107  void setAttribute(SumoXMLAttr key, const std::string& value, GNEUndoList* undoList);
108 
109  /* @brief method for checking if the key and their correspond attribute are valids
110  * @param[in] key The attribute key
111  * @param[in] value The value asociated to key key
112  * @return true if the value is valid, false in other case
113  */
114  bool isValid(SumoXMLAttr key, const std::string& value);
115 
117  std::string getPopUpID() const;
118 
120  std::string getHierarchyName() const;
122 
123 protected:
126 
129 
130 private:
132  void setAttribute(SumoXMLAttr key, const std::string& value);
133 
136 
139 };
140 
141 #endif
142 
143 /****************************************************************************/
GNERerouterInterval::setAttribute
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes
Definition: GNERerouterInterval.cpp:114
GNEAdditional
An Element which don't belongs to GNENet but has influency in the simulation.
Definition: GNEAdditional.h:47
GNEAdditional.h
GNERerouterInterval::~GNERerouterInterval
~GNERerouterInterval()
destructor
Definition: GNERerouterInterval.cpp:50
GNERerouterInterval
Definition: GNERerouterInterval.h:46
GNERerouterInterval::commitGeometryMoving
void commitGeometryMoving(GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(....
Definition: GNERerouterInterval.cpp:59
GNERerouterDialog
Dialog for edit rerouters.
Definition: GNERerouterDialog.h:45
SUMOTime
long long int SUMOTime
Definition: SUMOTime.h:35
GNERerouterInterval::getParentName
std::string getParentName() const
Returns the name of the parent object.
Definition: GNERerouterInterval.cpp:83
GNERerouterInterval::GNERerouterInterval
GNERerouterInterval(GNERerouterDialog *rerouterDialog)
constructor (Used in GNERerouterDialog)
Definition: GNERerouterInterval.cpp:34
GNERerouter
Definition: GNERerouter.h:40
GNERerouterInterval::myEnd
SUMOTime myEnd
end timeStep
Definition: GNERerouterInterval.h:128
GNERerouterInterval::updateGeometry
void updateGeometry()
update pre-computed geometry information
Definition: GNERerouterInterval.cpp:65
GNERerouterInterval::drawGL
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Definition: GNERerouterInterval.cpp:89
GNERerouterInterval::getCenteringBoundary
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
Definition: GNERerouterInterval.cpp:77
GNERerouterInterval::getAttribute
std::string getAttribute(SumoXMLAttr key) const
Definition: GNERerouterInterval.cpp:95
GNERerouterInterval::getHierarchyName
std::string getHierarchyName() const
get Hierarchy Name (Used in AC Hierarchy)
Definition: GNERerouterInterval.cpp:163
GNERerouterInterval::myBegin
SUMOTime myBegin
begin timeStep
Definition: GNERerouterInterval.h:125
GNEClosingReroute
Definition: GNEClosingReroute.h:41
GNERouteProbReroute
Definition: GNERouteProbReroute.h:43
Boundary
A class that stores a 2D geometrical boundary.
Definition: Boundary.h:42
GNERerouterInterval::operator=
GNERerouterInterval & operator=(GNERerouterInterval *)=delete
Invalidated assignment operator.
GNERerouterInterval::getPositionInView
Position getPositionInView() const
Returns position of additional in view.
Definition: GNERerouterInterval.cpp:71
Position
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:39
GNERerouterInterval::getPopUpID
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
Definition: GNERerouterInterval.cpp:157
GNERerouterInterval::isValid
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
Definition: GNERerouterInterval.cpp:140
GNEClosingLaneReroute
Definition: GNEClosingLaneReroute.h:42
GNEDestProbReroute
Definition: GNEDestProbReroute.h:42
GNERerouterInterval::moveGeometry
void moveGeometry(const Position &offset)
change the position of the element geometry without saving in undoList
Definition: GNERerouterInterval.cpp:53
GNEUndoList
Definition: GNEUndoList.h:49
GUIVisualizationSettings
Stores the information about how to visualize structures.
Definition: GUIVisualizationSettings.h:346
SumoXMLAttr
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
Definition: SUMOXMLDefinitions.h:373
GNEParkingAreaReroute
Definition: GNEParkingAreaReroute.h:43