|
Krita Source Code Documentation
|
#include <kis_simple_paintop_factory.h>
Inheritance diagram for KisSimplePaintOpFactory< Op, OpSettings, OpSettingsWidget >:Private Attributes | |
| QString | m_category |
| QString | m_id |
| bool | m_lodSizeThresholdSupported |
| QString | m_model |
| QString | m_name |
| QString | m_pixmap |
Additional Inherited Members | |
Public Types inherited from KisPaintOpFactory | |
| enum | PaintopVisibility { AUTO , ALWAYS , NEVER } |
Static Public Member Functions inherited from KisPaintOpFactory | |
| static QString | categoryStable () |
Base template class for simple paintop factories
Definition at line 157 of file kis_simple_paintop_factory.h.
|
inline |
Definition at line 162 of file kis_simple_paintop_factory.h.
References KisPaintOpFactory::priority(), and KisPaintOpFactory::setPriority().
|
inlineoverride |
Definition at line 177 of file kis_simple_paintop_factory.h.
|
inlineoverridevirtual |
Implements KisPaintOpFactory.
Definition at line 226 of file kis_simple_paintop_factory.h.
References KisSimplePaintOpFactory< Op, OpSettings, OpSettingsWidget >::m_category.
|
inlineoverridevirtual |
create a widget that can display paintop settings
Implements KisPaintOpFactory.
Definition at line 210 of file kis_simple_paintop_factory.h.
|
inlineoverridevirtual |
Reimplemented from KisPaintOpFactory.
Definition at line 200 of file kis_simple_paintop_factory.h.
|
inlineoverridevirtual |
Create a KisPaintOp with the given settings and painter.
| settings | the settings associated with the input device |
| painter | the painter used to draw |
| node | the node used to draw |
| image | the image used to draw |
Implements KisPaintOpFactory.
Definition at line 186 of file kis_simple_paintop_factory.h.
|
inlineoverridevirtual |
Create and return an settings object for this paintop.
Implements KisPaintOpFactory.
Definition at line 204 of file kis_simple_paintop_factory.h.
References KisSimplePaintOpFactory< Op, OpSettings, OpSettingsWidget >::m_model.
|
inlineoverridevirtual |
icon
Reimplemented from KisPaintOpFactory.
Definition at line 222 of file kis_simple_paintop_factory.h.
References KisIconUtils::loadIcon().
|
inlineoverridevirtual |
Implements KisPaintOpFactory.
Definition at line 214 of file kis_simple_paintop_factory.h.
References KisSimplePaintOpFactory< Op, OpSettings, OpSettingsWidget >::m_id.
|
inlineoverridevirtual |
Implements KisPaintOpFactory.
Definition at line 230 of file kis_simple_paintop_factory.h.
References KisSimplePaintOpFactory< Op, OpSettings, OpSettingsWidget >::m_lodSizeThresholdSupported.
|
inlineoverridevirtual |
Implements KisPaintOpFactory.
Definition at line 218 of file kis_simple_paintop_factory.h.
References KisSimplePaintOpFactory< Op, OpSettings, OpSettingsWidget >::m_name.
|
inlineoverridevirtual |
settings. The resources are first tried to be loaded from resourcesInterface, and, if it fails, loaded from the embedded data. Implements KisPaintOpFactory.
Definition at line 196 of file kis_simple_paintop_factory.h.
|
inlineoverridevirtual |
settings. Implements KisPaintOpFactory.
Definition at line 192 of file kis_simple_paintop_factory.h.
|
private |
Definition at line 237 of file kis_simple_paintop_factory.h.
|
private |
Definition at line 235 of file kis_simple_paintop_factory.h.
|
private |
Definition at line 240 of file kis_simple_paintop_factory.h.
|
private |
Definition at line 239 of file kis_simple_paintop_factory.h.
|
private |
Definition at line 236 of file kis_simple_paintop_factory.h.
|
private |
Definition at line 238 of file kis_simple_paintop_factory.h.