29 #include "../scene3D/SceneGroup.h"
33 const std::shared_ptr<memoryxcontroller::MemoryXController>& memoryXController,
34 const std::shared_ptr<scene3D::Scene>& scene,
35 const std::string& oldGroupName,
36 const std::string& newGroupName) :
38 oldGroupName(oldGroupName),
39 newGroupName(newGroupName),
42 if (oldGroupName.empty() || oldGroupName ==
"" || newGroupName.empty() || newGroupName ==
"")
52 getMemoryXController(), getScene(), newGroupName, oldGroupName));
53 return inverseOperation;
67 std::shared_ptr<scene3D::Scene> scene = getScene();
69 scene->getGroupManager()->renameGroup(group, newGroupName);