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

#include <MRChangeColoringActions.h>

+ Inheritance diagram for MR::ChangeObjectColorAction:

Public Types

enum class  Type { Unselected , Selected , Back }
 
using Obj = VisualObject
 
- Public Types inherited from MR::HistoryAction
enum class  Type { Undo , Redo }
 

Public Member Functions

 ChangeObjectColorAction (const std::string &name, const std::shared_ptr< VisualObject > &obj, Type type)
 Constructed from original 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
 

Static Public Member Functions

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

Detailed Description

History action for object color palette change To use with setFrontColorsForAllViewports, setBackColorsForAllViewports, setFrontColor, setBackColor

Member Typedef Documentation

◆ Obj

Member Enumeration Documentation

◆ Type

Enumerator
Unselected 
Selected 
Back 

Constructor & Destructor Documentation

◆ ChangeObjectColorAction()

MR::ChangeObjectColorAction::ChangeObjectColorAction ( const std::string & name,
const std::shared_ptr< VisualObject > & obj,
Type type )
inline

Constructed from original obj.

Member Function Documentation

◆ action()

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

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

Implements MR::HistoryAction.

◆ heapBytes()

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

returns the amount of memory this object occupies on heap

Implements MR::HistoryAction.

◆ name()

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

Implements MR::HistoryAction.

◆ setObjectDirty()

static void MR::ChangeObjectColorAction::setObjectDirty ( const std::shared_ptr< VisualObject > & )
inlinestatic

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