17 #ifndef GNEChange_Connection_h 18 #define GNEChange_Connection_h
the function-object for an editing operation (abstract base)
A structure which describes a connection between edges or lanes.
bool mySelected
flag to indicates if crossing was previously selected
~GNEChange_Connection()
Destructor.
NBEdge::Connection myNBEdgeConnection
the data which must be copied because the original reference does not persist
FXString redoName() const
get Redo name
FXString undoName() const
return undoName
A road/street connecting two junctions (netedit-version)
GNEChange_Connection(GNEEdge *edge, NBEdge::Connection nbCon, bool selected, bool forward)
Constructor for creating/deleting a connection.