Workspace 6.21.5
Public Member Functions | Protected Member Functions | List of all members
ChangeGlobalNameCmd Class Referenceabstract

Command class for changing the data name of a polymorphic data operation.

#include <Workspace/DataExecution/UndoCommands/changeglobalnamecmd.h>

Inheritance diagram for ChangeGlobalNameCmd:
[legend]

Public Member Functions

void redo () override
 
void undo () override
 

Protected Member Functions

 ChangeGlobalNameCmd (Updatable &updatable, const QString &newName)
 

Constructor & Destructor Documentation

◆ ChangeGlobalNameCmd()

ChangeGlobalNameCmd ( Updatable updatable,
const QString &  newName 
)
protected

Member Function Documentation

◆ redo()

void redo ( )
override

◆ undo()

void undo ( )
override