Krita Source Code Documentation
Loading...
Searching...
No Matches
KisPaletteChooserPrivate Struct Reference

#include <KisPaletteChooser_p.h>

Classes

class  Delegate
 

Public Member Functions

 KisPaletteChooserPrivate (KisPaletteChooser *)
 
virtual ~KisPaletteChooserPrivate ()
 

Public Attributes

QScopedPointer< QAction > actAdd
 
QScopedPointer< QAction > actExport
 
QScopedPointer< QAction > actImport
 
QScopedPointer< QAction > actModify
 
QScopedPointer< QAction > actRemove
 
QPointer< KisPaletteChooserc
 
QScopedPointer< Delegatedelegate
 
QSharedPointer< KisResourceItemChooseritemChooser
 

Detailed Description

Definition at line 23 of file KisPaletteChooser_p.h.

Constructor & Destructor Documentation

◆ KisPaletteChooserPrivate()

KisPaletteChooserPrivate::KisPaletteChooserPrivate ( KisPaletteChooser * a_c)

Definition at line 114 of file KisPaletteChooser.cpp.

115 : c(a_c)
117 , delegate(new Delegate(a_c))
118{ }
const QString Palettes
QScopedPointer< Delegate > delegate
QSharedPointer< KisResourceItemChooser > itemChooser
QPointer< KisPaletteChooser > c

◆ ~KisPaletteChooserPrivate()

KisPaletteChooserPrivate::~KisPaletteChooserPrivate ( )
virtual

Definition at line 120 of file KisPaletteChooser.cpp.

121{ }

Member Data Documentation

◆ actAdd

QScopedPointer<QAction> KisPaletteChooserPrivate::actAdd

Definition at line 37 of file KisPaletteChooser_p.h.

◆ actExport

QScopedPointer<QAction> KisPaletteChooserPrivate::actExport

Definition at line 39 of file KisPaletteChooser_p.h.

◆ actImport

QScopedPointer<QAction> KisPaletteChooserPrivate::actImport

Definition at line 38 of file KisPaletteChooser_p.h.

◆ actModify

QScopedPointer<QAction> KisPaletteChooserPrivate::actModify

Definition at line 40 of file KisPaletteChooser_p.h.

◆ actRemove

QScopedPointer<QAction> KisPaletteChooserPrivate::actRemove

Definition at line 41 of file KisPaletteChooser_p.h.

◆ c

QPointer<KisPaletteChooser> KisPaletteChooserPrivate::c

Definition at line 31 of file KisPaletteChooser_p.h.

◆ delegate

QScopedPointer<Delegate> KisPaletteChooserPrivate::delegate

Definition at line 35 of file KisPaletteChooser_p.h.

◆ itemChooser

QSharedPointer<KisResourceItemChooser> KisPaletteChooserPrivate::itemChooser

Definition at line 33 of file KisPaletteChooser_p.h.


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