54 const std::shared_ptr<memoryxcontroller::MemoryXController>& memoryXController,
55 const std::shared_ptr<scene3D::Scene>& scene,
56 const std::string& groupName);
83 std::string groupName;
const OperationPtr createInverseOperation() const override
Returns a new operation, which creates the deleted group again.
void executeOnScene() override
Deletes the group.
DeleteGroupOperation(const std::shared_ptr< memoryxcontroller::MemoryXController > &memoryXController, const std::shared_ptr< scene3D::Scene > &scene, const std::string &groupName)
Creates a new operation, which deletes a group.
void executeOnWorkingMemory() override
Because the WorkingMemory does not support groups, nothing is done here.
Operation(const std::shared_ptr< memoryxcontroller::MemoryXController > &memoryXController, const std::shared_ptr< scene3D::Scene > &scene, const std::string &objectId)
A constructor.
std::shared_ptr< Operation > OperationPtr