Krita Source Code Documentation
Loading...
Searching...
No Matches
KoShapeBulkActionInterface.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
SPDX-License-Identifier: LGPL-2.0-or-later
3
*/
4
5
#ifndef KOSHAPEBULKACTIONINTERFACE_H
6
#define KOSHAPEBULKACTIONINTERFACE_H
7
8
#include <QRect>
9
29
struct
KoShapeBulkActionInterface
30
{
31
virtual
~KoShapeBulkActionInterface
() =
default
;
32
41
virtual
void
startBulkAction
() = 0;
42
49
virtual
QRectF
endBulkAction
() = 0;
50
};
51
52
#endif
// KOSHAPEBULKACTIONINTERFACE_H
KoShapeBulkActionInterface
Interface for bulk actions on shapes.
Definition
KoShapeBulkActionInterface.h:30
KoShapeBulkActionInterface::~KoShapeBulkActionInterface
virtual ~KoShapeBulkActionInterface()=default
KoShapeBulkActionInterface::endBulkAction
virtual QRectF endBulkAction()=0
KoShapeBulkActionInterface::startBulkAction
virtual void startBulkAction()=0
libs
flake
KoShapeBulkActionInterface.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1