|
Krita Source Code Documentation
|
#include <KoGamutMask.h>
Public Member Functions | |
| bool | coordIsClear (const QPointF &coord) const |
| KoGamutMaskShape () | |
| KoGamutMaskShape (KoShape *shape) | |
| KoShape * | koShape () |
| QPainterPath | outline () |
| void | paint (QPainter &painter) |
| void | paintStroke (QPainter &painter) |
| ~KoGamutMaskShape () | |
Private Attributes | |
| KoShape * | m_maskShape {nullptr} |
Definition at line 22 of file KoGamutMask.h.
| KoGamutMaskShape::KoGamutMaskShape | ( | KoShape * | shape | ) |
Definition at line 35 of file KoGamutMask.cpp.
| KoGamutMaskShape::KoGamutMaskShape | ( | ) |
Definition at line 40 of file KoGamutMask.cpp.
| KoGamutMaskShape::~KoGamutMaskShape | ( | ) |
Definition at line 44 of file KoGamutMask.cpp.
References m_maskShape.
| bool KoGamutMaskShape::coordIsClear | ( | const QPointF & | coord | ) | const |
Definition at line 54 of file KoGamutMask.cpp.
References KoShape::hitTest(), and m_maskShape.
| KoShape * KoGamutMaskShape::koShape | ( | ) |
Definition at line 49 of file KoGamutMask.cpp.
References m_maskShape.
| QPainterPath KoGamutMaskShape::outline | ( | ) |
| void KoGamutMaskShape::paint | ( | QPainter & | painter | ) |
Definition at line 61 of file KoGamutMask.cpp.
References KoShape::absoluteTransformation(), m_maskShape, and KoShape::paint().
| void KoGamutMaskShape::paintStroke | ( | QPainter & | painter | ) |
Definition at line 69 of file KoGamutMask.cpp.
References KoShape::absoluteTransformation(), m_maskShape, and KoShape::paintStroke().
|
private |
Definition at line 36 of file KoGamutMask.h.