20 #ifndef GNEChange_Selection_h 21 #define GNEChange_Selection_h 57 GNEChange_Selection(
const std::set<GUIGlID>& selected,
const std::set<GUIGlID>& deselected,
bool forward);
the function-object for an editing operation (abstract base)
~GNEChange_Selection()
Destructor.
std::set< GUIGlID > myDeselectedIDs
all ids that were deselected in this change
std::set< GUIGlID > mySelectedIDs
all ids that were selected in this change
FXString redoName() const
GNEChange_Selection(const std::set< GUIGlID > &selected, const std::set< GUIGlID > &deselected, bool forward)
Constructor for modifying selection.
FXString undoName() const