Krita Source Code Documentation
Loading...
Searching...
No Matches
KisStrokeStrategyUndoCommandBased::MutatedCommandInterface Struct Reference

#include <kis_stroke_strategy_undo_command_based.h>

+ Inheritance diagram for KisStrokeStrategyUndoCommandBased::MutatedCommandInterface:

Public Member Functions

KisRunnableStrokeJobsInterfacerunnableJobsInterface () const
 
void setRunnableJobsInterface (KisRunnableStrokeJobsInterface *interface)
 
virtual ~MutatedCommandInterface ()
 

Private Attributes

KisRunnableStrokeJobsInterfacem_mutatedJobsInterface
 

Detailed Description

Definition at line 28 of file kis_stroke_strategy_undo_command_based.h.

Constructor & Destructor Documentation

◆ ~MutatedCommandInterface()

virtual KisStrokeStrategyUndoCommandBased::MutatedCommandInterface::~MutatedCommandInterface ( )
inlinevirtual

Definition at line 30 of file kis_stroke_strategy_undo_command_based.h.

30{}

Member Function Documentation

◆ runnableJobsInterface()

KisRunnableStrokeJobsInterface * KisStrokeStrategyUndoCommandBased::MutatedCommandInterface::runnableJobsInterface ( ) const
inline

◆ setRunnableJobsInterface()

void KisStrokeStrategyUndoCommandBased::MutatedCommandInterface::setRunnableJobsInterface ( KisRunnableStrokeJobsInterface * interface)
inline

Definition at line 32 of file kis_stroke_strategy_undo_command_based.h.

32 {
33 m_mutatedJobsInterface = interface;
34 }

Member Data Documentation

◆ m_mutatedJobsInterface

KisRunnableStrokeJobsInterface* KisStrokeStrategyUndoCommandBased::MutatedCommandInterface::m_mutatedJobsInterface
private

Definition at line 41 of file kis_stroke_strategy_undo_command_based.h.


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