Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QBrushPatternImageCache Class Reference
+ Collaboration diagram for QBrushPatternImageCache:

Public Member Functions

 QBrushPatternImageCache ()
 
void init ()
 
QImage getImage (int brushStyle, bool invert) const
 
void cleanup ()
 

Detailed Description

Definition at line 97 of file qbrush.cpp.

Constructor & Destructor Documentation

◆ QBrushPatternImageCache()

QBrushPatternImageCache::QBrushPatternImageCache ( )
inline

Definition at line 100 of file qbrush.cpp.

References init().

+ Here is the call graph for this function:

Member Function Documentation

◆ cleanup()

void QBrushPatternImageCache::cleanup ( )
inline

Definition at line 125 of file qbrush.cpp.

References Qt::Dense1Pattern, Qt::DiagCrossPattern, and i.

◆ getImage()

QImage QBrushPatternImageCache::getImage ( int brushStyle,
bool invert ) const
inline

Definition at line 117 of file qbrush.cpp.

References Qt::Dense1Pattern, Qt::DiagCrossPattern, init(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ init()

void QBrushPatternImageCache::init ( )
inline

Definition at line 106 of file qbrush.cpp.

References Qt::Dense1Pattern, Qt::DiagCrossPattern, QImage::Format_MonoLSB, i, qAddPostRoutine(), qt_cleanup_brush_pattern_image_cache(), and qt_patternForBrush().

Referenced by QBrushPatternImageCache(), and getImage().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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