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
QSGGradientCacheKey Struct Reference

#include <qsggradientcache_p.h>

+ Collaboration diagram for QSGGradientCacheKey:

Public Member Functions

 QSGGradientCacheKey (const QGradientStops &stops, QGradient::Spread spread)
 
bool operator== (const QSGGradientCacheKey &other) const
 

Public Attributes

QGradientStops stops
 
QGradient::Spread spread
 

Detailed Description

Definition at line 29 of file qsggradientcache_p.h.

Constructor & Destructor Documentation

◆ QSGGradientCacheKey()

QSGGradientCacheKey::QSGGradientCacheKey ( const QGradientStops & stops,
QGradient::Spread spread )
inline

Definition at line 31 of file qsggradientcache_p.h.

Member Function Documentation

◆ operator==()

bool QSGGradientCacheKey::operator== ( const QSGGradientCacheKey & other) const
inline

Definition at line 36 of file qsggradientcache_p.h.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ spread

QGradient::Spread QSGGradientCacheKey::spread

Definition at line 35 of file qsggradientcache_p.h.

Referenced by QSGGradientCache::get().

◆ stops

QGradientStops QSGGradientCacheKey::stops

Definition at line 34 of file qsggradientcache_p.h.

Referenced by generateGradientColorTable(), and QSGGradientCache::get().


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