42 undoList->add(change,
true);
69 return (
TL(
"Undo register joined junctions"));
75 return (
TL(
"Redo register joined junctions"));
82 for (
NBNode* n : cluster) {
Supermode
@brie enum for supermodes
@ NETWORK
Network mode (Edges, junctions, etc..)
std::string joinNamedToString(const std::set< T *, C > &ns, const T_BETWEEN &between)
the function-object for an editing operation (abstract base)
std::string redoName() const
get Redo name
~GNEChange_RegisterJoin()
Destructor.
std::string undoName() const
get undo Name
GNEChange_RegisterJoin(const std::set< NBNode *, ComparatorIdLess > &cluster, NBNodeCont &nc)
constructor
std::set< std::string > myNodeIDs
the function-object for an editing operation (abstract base)
Container for nodes during the netbuilding process.
void registerJoinedCluster(const NodeSet &cluster)
gets all joined clusters (see doc for myClusters2Join)
void unregisterJoinedCluster(const std::set< std::string > &cluster)
remove cluster from list (on netedit-undo)
Represents a single node (junction) during network building.
Function-object for stable sorting of objects acting like Named without being derived (SUMOVehicle)