std::vector< ChildType > GNEHierarchicalContainerChildren
std::string undoName() const
return undoName
const Operation myOperation
~GNEChange_Children()
Destructor.
std::string redoName() const
get Redo name
GNEChange_Children(GNEDemandElement *demandElementParent, GNEDemandElement *demandElementChild, const Operation operation)
Constructor for creating/deleting an additional element.
const GNEHierarchicalContainerChildren< GNEDemandElement * > myOriginalChildElements
copy of child demand elements before apply operation
GNEDemandElement * myParentDemandElement
full information regarding the parent demand element element that will be modified
GNEDemandElement * myChildDemandElement
demand element which position will be edited edited
GNEHierarchicalContainerChildren< GNEDemandElement * > myEditedChildElements
element children after apply operation
GNEChange(Supermode supermode, bool forward, const bool selectedElement)
Constructor.