SUMO - Simulation of Urban MObility
GNETAZSource.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 GNETAZSource_h
18 #define GNETAZSource_h
19 
20 
21 // ===========================================================================
22 // included modules
23 // ===========================================================================
24 
25 #include "GNEAdditional.h"
26 
27 // ===========================================================================
28 // class declarations
29 // ===========================================================================
30 
31 class GNETAZ;
32 class GNETAZSink;
33 
34 // ===========================================================================
35 // class definitions
36 // ===========================================================================
41 class GNETAZSource : public GNEAdditional {
42 
43 public:
45  GNETAZSource(GNEAdditional* TAZParent, GNEEdge* edge, double departWeight);
46 
48  ~GNETAZSource();
49 
52 
55  void moveGeometry(const Position& offset);
56 
60  void commitGeometryMoving(GNEUndoList* undoList);
61 
63  void updateGeometry(bool updateGrid);
64 
68 
71 
74  std::string getParentName() const;
75 
80  void drawGL(const GUIVisualizationSettings& s) const;
82 
85  /* @brief method for getting the Attribute of an XML key
86  * @param[in] key The attribute key
87  * @return string with the value associated to key
88  */
89  std::string getAttribute(SumoXMLAttr key) const;
90 
91  /* @brief method for setting the attribute and letting the object perform additional changes
92  * @param[in] key The attribute key
93  * @param[in] value The new value
94  * @param[in] undoList The undoList on which to register changes
95  * @param[in] net optionally the GNENet to inform about gui updates
96  */
97  void setAttribute(SumoXMLAttr key, const std::string& value, GNEUndoList* undoList);
98 
99  /* @brief method for setting the attribute and letting the object perform additional changes
100  * @param[in] key The attribute key
101  * @param[in] value The new value
102  * @param[in] undoList The undoList on which to register changes
103  */
104  bool isValid(SumoXMLAttr key, const std::string& value);
105 
107  std::string getPopUpID() const;
108 
110  std::string getHierarchyName() const;
112 
113 protected:
116 
119 
120 private:
122  void setAttribute(SumoXMLAttr key, const std::string& value);
123 
125  GNETAZSource(const GNETAZSource&) = delete;
126 
128  GNETAZSource& operator=(const GNETAZSource&) = delete;
129 };
130 
131 #endif
132 
133 /****************************************************************************/
GNEEdge * myEdge
edge
Definition: GNETAZSource.h:115
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
std::string getParentName() const
Returns the name of the parent object.
Stores the information about how to visualize structures.
void commitGeometryMoving(GNEUndoList *undoList)
commit geometry changes in the attributes of an element after use of moveGeometry(...)
GNETAZSource(GNEAdditional *TAZParent, GNEEdge *edge, double departWeight)
constructor
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
void moveGeometry(const Position &offset)
change the position of the element geometry without saving in undoList
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:39
~GNETAZSource()
destructor
Definition: GNETAZ.h:35
void updateGeometry(bool updateGrid)
update pre-computed geometry information
Position getPositionInView() const
Returns position of additional in view.
A road/street connecting two junctions (netedit-version)
Definition: GNEEdge.h:50
double myDepartWeight
depart Weight
Definition: GNETAZSource.h:118
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
std::string getAttribute(SumoXMLAttr key) const
inherited from GNEAttributeCarrier
std::string getPopUpID() const
get PopPup ID (Used in AC Hierarchy)
GNETAZSource & operator=(const GNETAZSource &)=delete
Invalidated assignment operator.
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids