|
Krita Source Code Documentation
|
#include <MyPaintPaintOpFactory.h>
Inheritance diagram for KisMyPaintOpFactory:Classes | |
| class | Private |
Private Attributes | |
| Private *const | m_d |
Additional Inherited Members | |
Public Types inherited from KisPaintOpFactory | |
| enum | PaintopVisibility { AUTO , ALWAYS , NEVER } |
Static Public Member Functions inherited from KisPaintOpFactory | |
| static QString | categoryStable () |
Definition at line 14 of file MyPaintPaintOpFactory.h.
| KisMyPaintOpFactory::KisMyPaintOpFactory | ( | ) |
Definition at line 28 of file MyPaintPaintOpFactory.cpp.
|
virtual |
|
overridevirtual |
Implements KisPaintOpFactory.
Definition at line 76 of file MyPaintPaintOpFactory.cpp.
References KisPaintOpFactory::categoryStable().
|
overridevirtual |
create a widget that can display paintop settings
Implements KisPaintOpFactory.
Definition at line 51 of file MyPaintPaintOpFactory.cpp.
References KisConfigWidget::setCanvasResourcesInterface(), and KisPaintOpConfigWidget::setResourcesInterface().
|
overridevirtual |
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 38 of file MyPaintPaintOpFactory.cpp.
|
overridevirtual |
Create and return an settings object for this paintop.
Implements KisPaintOpFactory.
Definition at line 45 of file MyPaintPaintOpFactory.cpp.
|
overridevirtual |
icon
Reimplemented from KisPaintOpFactory.
Definition at line 71 of file MyPaintPaintOpFactory.cpp.
References KisIconUtils::loadIcon().
|
overridevirtual |
Implements KisPaintOpFactory.
Definition at line 61 of file MyPaintPaintOpFactory.cpp.
|
overridevirtual |
Implements KisPaintOpFactory.
Definition at line 97 of file MyPaintPaintOpFactory.cpp.
|
overridevirtual |
Implements KisPaintOpFactory.
Definition at line 66 of file MyPaintPaintOpFactory.cpp.
|
overridevirtual |
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 89 of file MyPaintPaintOpFactory.cpp.
|
overridevirtual |
settings. Implements KisPaintOpFactory.
Definition at line 81 of file MyPaintPaintOpFactory.cpp.
|
private |
Definition at line 38 of file MyPaintPaintOpFactory.h.