Krita Source Code Documentation
Loading...
Searching...
No Matches
KisColorManager::Private Class Reference

Public Member Functions

 Private (QObject *)
 
 Private (QObject *parent)
 

Public Attributes

KisColordcolord
 

Detailed Description

Definition at line 11 of file kis_color_manager.cpp.

Constructor & Destructor Documentation

◆ Private() [1/2]

KisColorManager::Private::Private ( QObject * )
inline

Definition at line 13 of file kis_color_manager.cpp.

14 {}

◆ Private() [2/2]

KisColorManager::Private::Private ( QObject * parent)
inline

Definition at line 18 of file kis_color_manager.cpp.

19 : colord(new KisColord(parent))
20 {}

Member Data Documentation

◆ colord

KisColord* KisColorManager::Private::colord

Definition at line 22 of file kis_color_manager.cpp.


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