Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorBackground::Private Class Reference
+ Inheritance diagram for KoColorBackground::Private:

Public Member Functions

 Private ()
 

Public Attributes

QColor color
 
Qt::BrushStyle style
 

Detailed Description

Definition at line 14 of file KoColorBackground.cpp.

Constructor & Destructor Documentation

◆ Private()

KoColorBackground::Private::Private ( )
inline

Definition at line 17 of file KoColorBackground.cpp.

18 : QSharedData()
19 , color(Qt::black)
20 , style(Qt::SolidPattern)
21 {}

Member Data Documentation

◆ color

QColor KoColorBackground::Private::color

Definition at line 23 of file KoColorBackground.cpp.

◆ style

Qt::BrushStyle KoColorBackground::Private::style

Definition at line 24 of file KoColorBackground.cpp.


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