MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ChangeScaleAction Class Reference

#include <MRChangeScaleAction.h>

+ Inheritance diagram for MR::ChangeScaleAction:

Public Member Functions

 ChangeScaleAction (const std::string &name, const std::shared_ptr< Object > &obj, float scale)
 Constructor that performs object scaling, and remembers inverted scale value for undoing.
 
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 }
 

Detailed Description

History action for scale object change

Constructor & Destructor Documentation

◆ ChangeScaleAction()

MR::ChangeScaleAction::ChangeScaleAction ( const std::string & name,
const std::shared_ptr< Object > & obj,
float scale )
inline

Constructor that performs object scaling, and remembers inverted scale value for undoing.

Member Function Documentation

◆ action()

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

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

Implements MR::HistoryAction.

◆ heapBytes()

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

returns the amount of memory this object occupies on heap

Implements MR::HistoryAction.

◆ name()

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

Implements MR::HistoryAction.


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