Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSnapshotView.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Tusooa Zhu <tusooa@vista.aero>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KIS_SNAPSHOT_VIEW_H_
8
#define KIS_SNAPSHOT_VIEW_H_
9
10
#include <QListView>
11
12
class
KisSnapshotView
:
public
QListView
13
{
14
public
:
15
KisSnapshotView
();
16
~KisSnapshotView
()
override
;
17
18
void
setModel
(QAbstractItemModel *model)
override
;
19
20
public
Q_SLOTS:
21
void
slotSwitchToSelectedSnapshot
();
22
void
slotRemoveSelectedSnapshot
();
23
private
:
24
struct
Private
;
25
QScopedPointer<Private>
m_d
;
26
};
27
28
#endif
KisSnapshotView
Definition
KisSnapshotView.h:13
KisSnapshotView::setModel
void setModel(QAbstractItemModel *model) override
Definition
KisSnapshotView.cpp:28
KisSnapshotView::KisSnapshotView
KisSnapshotView()
Definition
KisSnapshotView.cpp:17
KisSnapshotView::~KisSnapshotView
~KisSnapshotView() override
Definition
KisSnapshotView.cpp:24
KisSnapshotView::slotSwitchToSelectedSnapshot
void slotSwitchToSelectedSnapshot()
Definition
KisSnapshotView.cpp:37
KisSnapshotView::slotRemoveSelectedSnapshot
void slotRemoveSelectedSnapshot()
Definition
KisSnapshotView.cpp:47
KisSnapshotView::m_d
QScopedPointer< Private > m_d
Definition
KisSnapshotView.h:25
Private
Definition
SvgTransformParser.cpp:20
plugins
dockers
snapshotdocker
KisSnapshotView.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52