Krita Source Code Documentation
Loading...
Searching...
No Matches
KisPaintDeviceData::ChangeProfileCommand Class Reference

#include <kis_paint_device_data.h>

+ Inheritance diagram for KisPaintDeviceData::ChangeProfileCommand:

Public Member Functions

 ChangeProfileCommand (KisPaintDeviceData *data, const KoColorSpace *oldCs, const KoColorSpace *newCs, KUndo2Command *parent)
 
void redo () override
 
void undo () override
 
- Public Member Functions inherited from KUndo2Command
QString actionText () const
 
virtual bool canAnnihilateWith (const KUndo2Command *other) const
 
const KUndo2Commandchild (int index) const
 
int childCount () const
 
virtual QTime endTime () const
 
KUndo2CommandExtraDataextraData () const
 
bool hasParent () const
 
virtual int id () const
 
virtual bool isMerged () const
 
 KUndo2Command (const KUndo2MagicString &text, KUndo2Command *parent=0)
 
 KUndo2Command (KUndo2Command *parent=0)
 
virtual QVector< KUndo2Command * > mergeCommandsVector () const
 
virtual bool mergeWith (const KUndo2Command *other)
 
virtual void redoMergedCommands ()
 
void setEndTime ()
 
virtual void setEndTime (const QTime &time)
 
void setExtraData (KUndo2CommandExtraData *data)
 
void setText (const KUndo2MagicString &text)
 
void setTime ()
 
virtual void setTime (const QTime &time)
 
virtual void setTimedID (int timedID)
 
KUndo2MagicString text () const
 
virtual QTime time () const
 
virtual int timedId () const
 
virtual bool timedMergeWith (KUndo2Command *other)
 
virtual void undoMergedCommands ()
 
virtual ~KUndo2Command ()
 

Protected Attributes

KisPaintDeviceDatam_data
 

Private Attributes

bool m_firstRun {true}
 
const KoColorSpacem_newCs
 
const KoColorSpacem_oldCs
 

Detailed Description

Definition at line 78 of file kis_paint_device_data.h.

Constructor & Destructor Documentation

◆ ChangeProfileCommand()

KisPaintDeviceData::ChangeProfileCommand::ChangeProfileCommand ( KisPaintDeviceData * data,
const KoColorSpace * oldCs,
const KoColorSpace * newCs,
KUndo2Command * parent )
inline

Definition at line 80 of file kis_paint_device_data.h.

83 : KUndo2Command(parent),
84 m_data(data),
85 m_oldCs(oldCs),
86 m_newCs(newCs)
87 {
88 Q_UNUSED(m_firstRun);
89 }
KUndo2Command(KUndo2Command *parent=0)

References m_firstRun.

Member Function Documentation

◆ redo()

void KisPaintDeviceData::ChangeProfileCommand::redo ( )
inlineoverridevirtual

Applies a change to the document. This function must be implemented in the derived class. Calling KUndo2QStack::push(), KUndo2QStack::undo() or KUndo2QStack::redo() from this function leads to undefined behavior.

The default implementation calls redo() on all child commands.

See also
undo()

Reimplemented from KUndo2Command.

Definition at line 91 of file kis_paint_device_data.h.

91 {
93
96 }
virtual void redo()
KisPaintDeviceCache m_cache
const KoColorSpace * m_colorSpace

References KisPaintDeviceData::m_cache, KisPaintDeviceData::m_colorSpace, m_data, m_newCs, KUndo2Command::redo(), and KisPaintDeviceCache::setupCache().

◆ undo()

void KisPaintDeviceData::ChangeProfileCommand::undo ( )
inlineoverridevirtual

Reverts a change to the document. After undo() is called, the state of the document should be the same as before redo() was called. This function must be implemented in the derived class. Calling KUndo2QStack::push(), KUndo2QStack::undo() or KUndo2QStack::redo() from this function leads to undefined behavior.

The default implementation calls undo() on all child commands in reverse order.

See also
redo()

Reimplemented from KUndo2Command.

Definition at line 98 of file kis_paint_device_data.h.

98 {
101
103 }
virtual void undo()

References KisPaintDeviceData::m_cache, KisPaintDeviceData::m_colorSpace, m_data, m_oldCs, KisPaintDeviceCache::setupCache(), and KUndo2Command::undo().

Member Data Documentation

◆ m_data

KisPaintDeviceData* KisPaintDeviceData::ChangeProfileCommand::m_data
protected

Definition at line 106 of file kis_paint_device_data.h.

◆ m_firstRun

bool KisPaintDeviceData::ChangeProfileCommand::m_firstRun {true}
private

Definition at line 109 of file kis_paint_device_data.h.

109{true};

◆ m_newCs

const KoColorSpace* KisPaintDeviceData::ChangeProfileCommand::m_newCs
private

Definition at line 111 of file kis_paint_device_data.h.

◆ m_oldCs

const KoColorSpace* KisPaintDeviceData::ChangeProfileCommand::m_oldCs
private

Definition at line 110 of file kis_paint_device_data.h.


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