|
Krita Source Code Documentation
|
#include <kis_liquify_paint_helper.h>
Classes | |
| struct | Private |
Public Member Functions | |
| QPainterPath | brushOutline (const KisLiquifyProperties &props) |
| void | configurePaintOp (const KisLiquifyProperties &_props, KisLiquifyTransformWorker *worker) |
| void | continuePaint (KoPointerEvent *event) |
| bool | endPaint (KoPointerEvent *event) |
| void | hoverPaint (KoPointerEvent *event) |
| KisLiquifyPaintHelper (const KisCoordinatesConverter *converter) | |
| void | startPaint (KoPointerEvent *event, const KoCanvasResourceProvider *manager) |
| ~KisLiquifyPaintHelper () | |
Private Attributes | |
| const QScopedPointer< Private > | m_d |
Definition at line 19 of file kis_liquify_paint_helper.h.
| KisLiquifyPaintHelper::KisLiquifyPaintHelper | ( | const KisCoordinatesConverter * | converter | ) |
Definition at line 47 of file kis_liquify_paint_helper.cpp.
| KisLiquifyPaintHelper::~KisLiquifyPaintHelper | ( | ) |
Definition at line 52 of file kis_liquify_paint_helper.cpp.
| QPainterPath KisLiquifyPaintHelper::brushOutline | ( | const KisLiquifyProperties & | props | ) |
Definition at line 67 of file kis_liquify_paint_helper.cpp.
References KisLiquifyPaintop::brushOutline(), and m_d.
| void KisLiquifyPaintHelper::configurePaintOp | ( | const KisLiquifyProperties & | _props, |
| KisLiquifyTransformWorker * | worker ) |
Definition at line 75 of file kis_liquify_paint_helper.cpp.
References m_d.
| void KisLiquifyPaintHelper::continuePaint | ( | KoPointerEvent * | event | ) |
Definition at line 93 of file kis_liquify_paint_helper.cpp.
References KIS_ASSERT_RECOVER_RETURN, m_d, and KisPaintOpUtils::paintLine().
| bool KisLiquifyPaintHelper::endPaint | ( | KoPointerEvent * | event | ) |
Definition at line 110 of file kis_liquify_paint_helper.cpp.
References KIS_ASSERT_RECOVER, m_d, and KisPaintInformation::paintAt().
| void KisLiquifyPaintHelper::hoverPaint | ( | KoPointerEvent * | event | ) |
Definition at line 126 of file kis_liquify_paint_helper.cpp.
References m_d, and KoPointerEvent::pos().
| void KisLiquifyPaintHelper::startPaint | ( | KoPointerEvent * | event, |
| const KoCanvasResourceProvider * | manager ) |
Definition at line 81 of file kis_liquify_paint_helper.cpp.
References KIS_ASSERT_RECOVER_RETURN, and m_d.
|
private |
Definition at line 38 of file kis_liquify_paint_helper.h.