Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_roundmarkerop.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef _KIS_ROUNDMARKEROP_H_
8#define _KIS_ROUNDMARKEROP_H_
9
10
11#include <kis_paintop.h>
12#include <kis_types.h>
13#include <KisStandardOptions.h>
14#include <KisSpacingOption.h>
16
17
18class QPointF;
20class KisPainter;
21
46
47#endif // _KIS_ROUNDMARKEROP_H_
KisSpacingInformation paintAt(const KisPaintInformation &info) override
KisSizeOption m_sizeOption
KisRoundMarkerOpOptionData m_markerOption
KisRoundMarkerOp(KisPaintOpSettingsSP settings, KisPainter *painter, KisNodeSP node, KisImageSP image)
KisSpacingOption m_spacingOption
KisPaintDeviceSP m_tempDev
KisSpacingInformation updateSpacingImpl(const KisPaintInformation &info) const override
KisSpacingInformation computeSpacing(const KisPaintInformation &info, qreal diameter) const
KisPainter * painter