MeshLib
 
Loading...
Searching...
No Matches
MR::ChangeLabelAction Class Reference

#include <MRChangeLabelAction.h>

+ Inheritance diagram for MR::ChangeLabelAction:

Public Member Functions

 ChangeLabelAction (const std::string &actionName, std::shared_ptr< ObjectLabel > obj)
 
virtual std::string name () const override
 
virtual void action (HistoryAction::Type) override
 This function is called on history action (undo, redo, etc.)
 
virtual size_t heapBytes () const override
 returns the amount of memory this object occupies on heap
 
- Public Member Functions inherited from MR::HistoryAction
virtual ~HistoryAction ()=default
 

Additional Inherited Members

- Public Types inherited from MR::HistoryAction
enum class  Type { Undo , Redo }
 

Constructor & Destructor Documentation

◆ ChangeLabelAction()

MR::ChangeLabelAction::ChangeLabelAction ( const std::string & actionName,
std::shared_ptr< ObjectLabel > obj )
inline

Member Function Documentation

◆ action()

virtual void MR::ChangeLabelAction::action ( HistoryAction::Type actionType)
inlineoverridevirtual

This function is called on history action (undo, redo, etc.)

Implements MR::HistoryAction.

◆ heapBytes()

virtual size_t MR::ChangeLabelAction::heapBytes ( ) const
inlinenodiscardoverridevirtual

returns the amount of memory this object occupies on heap

Implements MR::HistoryAction.

◆ name()

virtual std::string MR::ChangeLabelAction::name ( ) const
inlineoverridevirtual

Implements MR::HistoryAction.


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