28FXIMPLEMENT_ABSTRACT(
GNEChange, FXObject,
nullptr, 0)
35 mySupermode(supermode),
37 mySelectedElement(selectedElement),
43 mySupermode(supermode),
44 myParents(hierarchicalElement->getParents()),
46 mySelectedElement(selectedElement),
86 mySelectedElement(false),
Supermode
@brie enum for supermodes
@ NETWORK
Network mode (Edges, junctions, etc..)
the function-object for an editing operation (abstract base)
virtual int size() const
Return the size of the command group.
Supermode getSupermode() const
get supermode
GNEChange()
FOX need this.
bool mergeWith(GNEChange *command)
Called by the undo system to try and merge the new incoming command with this command; should return ...
const Supermode mySupermode
supermode related with this change
bool canMerge() const
Return TRUE if this command can be merged with previous undo commands. This is useful to combine e....
void clearParents()
clear hierarchical structure parents (used in GNE_Change)