 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef GNEChange_Additional_h
18 #define GNEChange_Additional_h
An Element which don't belongs to GNENet but has influency in the simulation.
An Element which don't belongs to GNENet but has influency in the simulation.
const std::vector< GNEShape * > & myShapeParents
reference to vector of shape parents
const std::vector< GNEAdditional * > & myAdditionalChildren
reference to vector of additional children
const std::vector< GNEDemandElement * > & myDemandElementParents
reference to vector of demand element parents
A road/street connecting two junctions (netedit-version)
const std::vector< GNEShape * > & myShapeChildren
reference to vector of shape children
const std::vector< GNEEdge * > & myEdgeParents
reference to vector of edge parents
const std::vector< GNEEdge * > & myEdgeChildren
reference to vector of edge children
~GNEChange_Additional()
Destructor.
const std::vector< GNELane * > & myLaneChildren
reference to vector of lane children
const std::vector< GNEDemandElement * > & myDemandElementChildren
reference to vector of demand element children
const std::vector< GNELane * > & myLaneParents
reference to vector of lane parents
GNEAdditional * myAdditional
full information regarding the additional element that is to be created/deleted
FXString undoName() const
return undoName
const std::vector< GNEAdditional * > & myAdditionalParents
reference to vector of additional parents
the function-object for an editing operation (abstract base)
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
FXString redoName() const
get Redo name
GNEChange_Additional(GNEAdditional *additional, bool forward)
Constructor for creating/deleting an additional element.