Krita Source Code Documentation
Loading...
Searching...
No Matches
KisCanvasOnlyAction.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2021 Anna Medonosova <anna.medonosova@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KIS_CANVAS_ONLY_ACTION_H
8#define KIS_CANVAS_ONLY_ACTION_H
9
11
13{
14 public:
15 explicit KisCanvasOnlyAction();
16 ~KisCanvasOnlyAction() override;
17
18 int priority() const override;
19 void begin(int shortcut, QEvent *event = 0) override;
20};
21
22#endif // KIS_CANVAS_ONLY_ACTION_H
Abstract base class for input actions.
int priority() const override
void begin(int shortcut, QEvent *event=0) override