Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_change_frame_action.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef __KIS_CHANGE_FRAME_ACTION_H
8#define __KIS_CHANGE_FRAME_ACTION_H
9
10#include <QScopedPointer>
11
13
14
16{
17public:
22
23
25 ~KisChangeFrameAction() override;
26
27 void begin(int shortcut, QEvent *event) override;
28 bool isAvailable() const override;
29
30private:
31 struct Private;
32 const QScopedPointer<Private> m_d;
33};
34
35#endif /* __KIS_CHANGE_FRAME_ACTION_H */
Abstract base class for input actions.
void begin(int shortcut, QEvent *event) override
bool isAvailable() const override
const QScopedPointer< Private > m_d