Krita Source Code Documentation
Loading...
Searching...
No Matches
ToolLazyBrush Class Reference

#include <tool_lazybrush.h>

+ Inheritance diagram for ToolLazyBrush:

Public Member Functions

 ToolLazyBrush (QObject *parent, const QVariantList &)
 
 ~ToolLazyBrush () override
 

Detailed Description

Definition at line 13 of file tool_lazybrush.h.

Constructor & Destructor Documentation

◆ ToolLazyBrush()

ToolLazyBrush::ToolLazyBrush ( QObject * parent,
const QVariantList &  )

Definition at line 22 of file tool_lazybrush.cpp.

23 : QObject(parent)
24{
26}
static KoToolRegistry * instance()

References KoGenericRegistry< T >::add(), and KoToolRegistry::instance().

◆ ~ToolLazyBrush()

ToolLazyBrush::~ToolLazyBrush ( )
override

Definition at line 28 of file tool_lazybrush.cpp.

29{
30}

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