#include <KisSnapshotView.h>
Definition at line 12 of file KisSnapshotView.h.
◆ KisSnapshotView()
| KisSnapshotView::KisSnapshotView |
( |
| ) |
|
Definition at line 17 of file KisSnapshotView.cpp.
18 : QListView()
20{
21 setEditTriggers(QAbstractItemView::DoubleClicked | QAbstractItemView::SelectedClicked);
22}
QScopedPointer< Private > m_d
◆ ~KisSnapshotView()
| KisSnapshotView::~KisSnapshotView |
( |
| ) |
|
|
override |
◆ setModel()
| void KisSnapshotView::setModel |
( |
QAbstractItemModel * | model | ) |
|
|
override |
Definition at line 28 of file KisSnapshotView.cpp.
29{
31 if (snapshotModel) {
32 QListView::setModel(model);
33 m_d->model = snapshotModel;
34 }
35}
References m_d.
◆ slotRemoveSelectedSnapshot
| void KisSnapshotView::slotRemoveSelectedSnapshot |
( |
| ) |
|
|
slot |
◆ slotSwitchToSelectedSnapshot
| void KisSnapshotView::slotSwitchToSelectedSnapshot |
( |
| ) |
|
|
slot |
◆ m_d
| QScopedPointer<Private> KisSnapshotView::m_d |
|
private |
The documentation for this class was generated from the following files: