Krita Source Code Documentation
Loading...
Searching...
No Matches
KisActionsSnapshot.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KISACTIONSSNAPSHOT_H
8
#define KISACTIONSSNAPSHOT_H
9
10
#include <kritawidgetutils_export.h>
11
12
#include <QScopedPointer>
13
#include <QMap>
14
15
class
QAction;
16
class
KisKActionCollection
;
17
18
22
class
KRITAWIDGETUTILS_EXPORT
KisActionsSnapshot
23
{
24
public
:
25
KisActionsSnapshot
();
26
~KisActionsSnapshot
();
27
35
void
addAction(
const
QString &name, QAction *action);
36
43
QMap<QString, KisKActionCollection*> actionCollections();
44
45
private
:
46
struct
Private
;
47
const
QScopedPointer<Private>
m_d
;
48
};
49
50
#endif
// KISACTIONSSNAPSHOT_H
KisActionsSnapshot
The KisActionsSnapshot class.
Definition
KisActionsSnapshot.h:23
KisActionsSnapshot::m_d
const QScopedPointer< Private > m_d
Definition
KisActionsSnapshot.h:47
KisKActionCollection
A container for a set of QAction objects.
Definition
kactioncollection.h:44
Private
Definition
SvgTransformParser.cpp:20
libs
widgetutils
KisActionsSnapshot.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52