Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

Member Data Documentation

◆ spread

QGradient::Spread QSGGradientCacheKey::spread

Definition at line 35 of file qsggradientcache_p.h.

◆ stops

QGradientStops QSGGradientCacheKey::stops

Definition at line 34 of file qsggradientcache_p.h.


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