This command is used to delete an operationplan. More...
#include <model.h>
Public Member Functions | |
CommandDeleteOperationPlan (OperationPlan *o) | |
virtual void | commit () |
virtual void | redo () |
virtual void | rollback () |
virtual void | undo () |
virtual | ~CommandDeleteOperationPlan () |
![]() | |
Command () | |
virtual | ~Command () |
frepple::CommandDeleteOperationPlan::CommandDeleteOperationPlan | ( | OperationPlan * | o | ) |
Constructor.
Definition at line 381 of file model/actions.cpp.
|
inlinevirtual |
|
inlinevirtual |
This method makes the change permanent.
A couple of notes on how this method should be implemented by the subclasses:
Reimplemented from frepple::utils::Command.
|
inlinevirtual |
This method reproduces a previously undone change.
A couple of notes on how this method should be implemented by the subclasses:
Reimplemented from frepple::utils::Command.
|
inlinevirtual |
This method permanently undoes the change.
A couple of notes on how this method should be implemented by the subclasses:
Reimplemented from frepple::utils::Command.
|
inlinevirtual |
This method temporarily undoes the change. The concrete subclasses most maintain information that enables redoing the changes efficiently.
A couple of notes on how this method should be implemented by the subclasses:
Reimplemented from frepple::utils::Command.