krita
KisPaintOpRegistry Class Reference
Inheritance diagram for KisPaintOpRegistry:

Detailed Description
Definition at line 37 of file kis_paintop_registry.h.
Public Member Functions | |
| virtual | ~KisPaintOpRegistry () |
| KisPaintOp * | paintOp (const KisID &id, const KisPaintOpSettings *settings, KisPainter *painter) const |
| KisPaintOp * | paintOp (const QString &id, const KisPaintOpSettings *settings, KisPainter *painter) const |
| KisPaintOpSettings * | settings (const KisID &id, QWidget *parent, const KisInputDevice &inputDevice) const |
| bool | userVisible (const KisID &id, KisColorSpace *cs) const |
| QString | pixmap (const KisID &id) const |
Static Public Member Functions | |
| static KisPaintOpRegistry * | instance () |
Member Function Documentation
| KisPaintOp * KisPaintOpRegistry::paintOp | ( | const KisID & | id, | |
| const KisPaintOpSettings * | settings, | |||
| KisPainter * | painter | |||
| ) | const |
| KisPaintOp * KisPaintOpRegistry::paintOp | ( | const QString & | id, | |
| const KisPaintOpSettings * | settings, | |||
| KisPainter * | painter | |||
| ) | const |
| KisPaintOpSettings * KisPaintOpRegistry::settings | ( | const KisID & | id, | |
| QWidget * | parent, | |||
| const KisInputDevice & | inputDevice | |||
| ) | const |
Create and return an (abstracted) configuration widget for using the specified paintop with the specified input device, with the specified parent as widget parent.
Returns 0 if there are no settings available for the given device.
Definition at line 106 of file kis_paintop_registry.cc.
The documentation for this class was generated from the following files:

