Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_particle_paintop.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2010 Lukáš Tvrdý <lukast.dev@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KIS_PARTICLE_PAINTOP_H_
8#define KIS_PARTICLE_PAINTOP_H_
9
11#include <kis_types.h>
13#include <KisStandardOptions.h>
14
16#include "particle_brush.h"
17
18class KisPainter;
20
49
50#endif // KIS_PARTICLE_PAINTOP_H_
KisAirbrushOptionData m_airbrushData
KisParticlePaintOp(const KisPaintOpSettingsSP settings, KisPainter *painter, KisNodeSP node, KisImageSP image)
ParticleBrush m_particleBrush
void paintLine(const KisPaintInformation &pi1, const KisPaintInformation &pi2, KisDistanceInformation *currentDistance) override
KisTimingInformation updateTimingImpl(const KisPaintInformation &info) const override
KisSpacingInformation paintAt(const KisPaintInformation &info) override
void doPaintLine(const KisPaintInformation &pi1, const KisPaintInformation &pi2)
KisSpacingInformation updateSpacingImpl(const KisPaintInformation &info) const override
KisParticleOpOptionData m_particleOpData
KisPainter * painter