20 #ifndef GNEChange_Connection_h 21 #define GNEChange_Connection_h 61 const std::string& toEdgeID,
int toLane,
62 bool mayDefinitelyPass,
bool forward);
the function-object for an editing operation (abstract base)
int myToLane
the target lane of the connection
~GNEChange_Connection()
Destructor.
FXString undoName() const
return undoName
GNEChange_Connection(GNEEdge *edge, int fromLane, const std::string &toEdgeID, int toLane, bool mayDefinitelyPass, bool forward)
Constructor for creating/deleting an edge.
const std::string myToEdgeID
the id of the target edge
A road/street connecting two junctions (netedit-version)
bool myPass
whether this connection never yields
FXString redoName() const
get Redo name
int myFromLane
the lane from which the connection originates