Inherits QUndoCommand.
Public Types | |
using | PostCreationCallback = std::function< void(AZ::Entity *element)> |
Public Member Functions | |
void | undo () override |
void | redo () override |
Static Public Member Functions | |
static void | Push (UndoStack *stack, HierarchyWidget *hierarchy, const QTreeWidgetItemRawPtrQList &selectedItems, int childIndex=-1, PostCreationCallback postCreationCB=[]([[maybe_unused]] AZ::Entity *element){}) |