Krita Source Code Documentation
Loading...
Searching...
No Matches
KoPathFillRuleCommand.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2007 Jan Hambrecht <jaham@gmx.net>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef KOPATHFILLRULECOMMAND_H
8
#define KOPATHFILLRULECOMMAND_H
9
10
#include "kritaflake_export.h"
11
12
#include <
kundo2command.h
>
13
#include <QList>
14
15
class
KoPathShape
;
16
18
class
KRITAFLAKE_EXPORT
KoPathFillRuleCommand
:
public
KUndo2Command
19
{
20
public
:
27
KoPathFillRuleCommand
(
const
QList<KoPathShape*>
&shapes, Qt::FillRule fillRule,
KUndo2Command
*parent = 0);
28
~KoPathFillRuleCommand
()
override
;
30
void
redo
()
override
;
32
void
undo
()
override
;
33
private
:
34
class
Private
;
35
Private
*
const
d
;
36
};
37
38
#endif
// KOPATHFILLRULECOMMAND_H
KUndo2Command
Definition
kundo2stack.h:87
KUndo2Command::undo
virtual void undo()
Definition
kundo2stack.cpp:240
KUndo2Command::redo
virtual void redo()
Definition
kundo2stack.cpp:222
KoPathFillRuleCommand
The undo / redo command for setting the fill rule of a path shape.
Definition
KoPathFillRuleCommand.cpp:13
KoPathFillRuleCommand::d
Private *const d
Definition
KoPathFillRuleCommand.h:35
KoPathShape
The position of a path point within a path shape.
Definition
KoPathShape.h:63
QList
Definition
KisQStringListFwd.h:16
kundo2command.h
Private
Definition
SvgTransformParser.cpp:20
libs
flake
commands
KoPathFillRuleCommand.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52