Krita Source Code Documentation
Loading...
Searching...
No Matches
imagesplit.h
Go to the documentation of this file.
1/*
2 * imagesplit.h -- Part of Krita
3 *
4 * SPDX-FileCopyrightText: 2004 Boudewijn Rempt (boud@valdyas.org)
5 * SPDX-FileCopyrightText: 2011 Srikanth Tiyyagura <srikanth.tulasiram@gmail.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
9#ifndef IMAGESPLIT_H
10#define IMAGESPLIT_H
11
12#include <QVariant>
13
14#include <QUrl>
15#include <KisActionPlugin.h>
16
18{
19 Q_OBJECT
20public:
21 Imagesplit(QObject *parent, const QVariantList &);
22 ~Imagesplit() override;
23
24private Q_SLOTS:
25
26 void slotImagesplit();
27 bool saveAsImage(const QRect &imgSize, const QString &mimeType, const QString &url);
28};
29
30#endif // IMAGESPLIT_H
bool saveAsImage(const QRect &imgSize, const QString &mimeType, const QString &url)
~Imagesplit() override
Imagesplit(QObject *parent, const QVariantList &)
void slotImagesplit()