OpenWalnut  1.5.0dev
Public Types | Public Member Functions | List of all members
WFiberAction Class Referenceabstract

Super class for the actions. More...

#include <WFiberAction.h>

+ Inheritance diagram for WFiberAction:

Public Types

typedef std::shared_ptr< WFiberActionSPtr
 A shared_ptr to this class. More...
 

Public Member Functions

virtual ~WFiberAction ()
 Empty virtual destructor. More...
 
virtual void undo ()=0
 Undos this action. More...
 
virtual void redo ()=0
 Redos this action. More...
 

Detailed Description

Super class for the actions.

Definition at line 35 of file WFiberAction.h.

Member Typedef Documentation

◆ SPtr

typedef std::shared_ptr< WFiberAction > WFiberAction::SPtr

A shared_ptr to this class.

Definition at line 41 of file WFiberAction.h.

Constructor & Destructor Documentation

◆ ~WFiberAction()

WFiberAction::~WFiberAction ( )
virtual

Empty virtual destructor.

Definition at line 28 of file WFiberAction.cpp.

Member Function Documentation

◆ redo()

virtual void WFiberAction::redo ( )
pure virtual

◆ undo()

virtual void WFiberAction::undo ( )
pure virtual

The documentation for this class was generated from the following files: