25 #ifndef WFIBERACTION_H 
   26 #define WFIBERACTION_H 
   41     typedef std::shared_ptr< WFiberAction > 
SPtr;
 
Super class for the actions.
 
virtual void undo()=0
Undos this action.
 
virtual void redo()=0
Redos this action.
 
std::shared_ptr< WFiberAction > SPtr
A shared_ptr to this class.
 
virtual ~WFiberAction()
Empty virtual destructor.