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

#include <MRChangeVoxelsAction.h>

+ Inheritance diagram for MR::ChangeActiveBoxAction:

Public Types

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

Public Member Functions

 ChangeActiveBoxAction (std::string name, const std::shared_ptr< ObjectVoxels > &obj)
 use this constructor to remember object's active box before making any changes in it
 
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
 

Static Public Member Functions

static void setObjectDirty (const std::shared_ptr< Obj > &)
 

Member Typedef Documentation

◆ Obj

Constructor & Destructor Documentation

◆ ChangeActiveBoxAction()

MR::ChangeActiveBoxAction::ChangeActiveBoxAction ( std::string name,
const std::shared_ptr< ObjectVoxels > & obj )
inline

use this constructor to remember object's active box before making any changes in it

Member Function Documentation

◆ action()

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

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

Implements MR::HistoryAction.

◆ heapBytes()

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

returns the amount of memory this object occupies on heap

Implements MR::HistoryAction.

◆ name()

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

Implements MR::HistoryAction.

◆ setObjectDirty()

static void MR::ChangeActiveBoxAction::setObjectDirty ( const std::shared_ptr< Obj > & )
inlinestatic

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