Krita Source Code Documentation
Loading...
Searching...
No Matches
SnapshotDocker::Private Struct Reference

Public Member Functions

 Private ()
 
 ~Private ()
 

Public Attributes

QPointer< QToolButton > bnAdd
 
QPointer< QToolButton > bnRemove
 
QPointer< QToolButton > bnSwitchTo
 
QPointer< KisCanvas2canvas
 
KisSignalAutoConnectionsStore connections
 
QScopedPointer< KisSnapshotModelmodel
 
QPointer< KisSnapshotViewview
 

Detailed Description

Definition at line 24 of file SnapshotDocker.cpp.

Constructor & Destructor Documentation

◆ Private()

SnapshotDocker::Private::Private ( )

Definition at line 38 of file SnapshotDocker.cpp.

41 , canvas(0)
42 , bnAdd(new QToolButton)
43 , bnSwitchTo(new QToolButton)
44 , bnRemove(new QToolButton)
45{
46}
QPointer< QToolButton > bnRemove
QPointer< QToolButton > bnSwitchTo
QPointer< QToolButton > bnAdd
QScopedPointer< KisSnapshotModel > model
QPointer< KisCanvas2 > canvas
QPointer< KisSnapshotView > view

◆ ~Private()

SnapshotDocker::Private::~Private ( )

Definition at line 48 of file SnapshotDocker.cpp.

49{
50}

Member Data Documentation

◆ bnAdd

QPointer<QToolButton> SnapshotDocker::Private::bnAdd

Definition at line 32 of file SnapshotDocker.cpp.

◆ bnRemove

QPointer<QToolButton> SnapshotDocker::Private::bnRemove

Definition at line 34 of file SnapshotDocker.cpp.

◆ bnSwitchTo

QPointer<QToolButton> SnapshotDocker::Private::bnSwitchTo

Definition at line 33 of file SnapshotDocker.cpp.

◆ canvas

QPointer<KisCanvas2> SnapshotDocker::Private::canvas

Definition at line 31 of file SnapshotDocker.cpp.

◆ connections

KisSignalAutoConnectionsStore SnapshotDocker::Private::connections

Definition at line 35 of file SnapshotDocker.cpp.

◆ model

QScopedPointer<KisSnapshotModel> SnapshotDocker::Private::model

Definition at line 29 of file SnapshotDocker.cpp.

◆ view

QPointer<KisSnapshotView> SnapshotDocker::Private::view

Definition at line 30 of file SnapshotDocker.cpp.


The documentation for this struct was generated from the following file: