1#line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.11-windows/ufe/include/batchCompositeCommand.h"
2#ifndef _ufeBatchCompositeCommand
3#define _ufeBatchCompositeCommand
78 static std::shared_ptr<BatchCompositeCommand>
create(
Composite command affecting a batch (selection) of items. For each item run-time, allow the run-time ...
void undo() override
Wraps undoing of sub-command with the command wrappers.
void execute() override
Wraps execution of sub-command with the command wrappers.
BatchCompositeCommand(const BatchCompositeCommand &)=delete
void redo() override
Wraps redoing of sub-command with the command wrappers.
CodeWrapperContainer fWrappers
static const std::string redoSubOp
static const std::string undoSubOp
const BatchCompositeCommand & operator=(const BatchCompositeCommand &)=delete
BatchCompositeCommand(const Selection &selection, const std::string &operationName)
Constructor.
static const std::string execSubOp
The sub-operations for the code wrappers associated with the execute, undo and redo.
const CodeWrapperContainer & codeWrappers() const
Retrieves the container of code-wrappers, one per run-time found in the selection.
static std::shared_ptr< BatchCompositeCommand > create(const Selection &selection, const std::string &operationName)
Creates a BatchCompositeCommand.
A container of multiple CodeWrapper, one per UFE run-time that is involved in an operation.
Composite undoable command.
Selection list for objects in the scene.
std::string string(const Path &path)