Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlColorProvider Class Reference

#include <qqmlglobal_p.h>

+ Inheritance diagram for QQmlColorProvider:
+ Collaboration diagram for QQmlColorProvider:

Public Member Functions

virtual ~QQmlColorProvider ()
 
virtual QVariant colorFromString (const QString &, bool *)
 
virtual unsigned rgbaFromString (const QString &, bool *)
 
virtual QVariant fromRgbF (double, double, double, double)
 
virtual QVariant fromHslF (double, double, double, double)
 
virtual QVariant fromHsvF (double, double, double, double)
 
virtual QVariant lighter (const QVariant &, qreal)
 
virtual QVariant darker (const QVariant &, qreal)
 
virtual QVariant alpha (const QVariant &, qreal)
 
virtual QVariant tint (const QVariant &, const QVariant &)
 

Detailed Description

Definition at line 226 of file qqmlglobal_p.h.

Constructor & Destructor Documentation

◆ ~QQmlColorProvider()

QQmlColorProvider::~QQmlColorProvider ( )
virtual

Definition at line 738 of file qqmlglobal.cpp.

Member Function Documentation

◆ alpha()

QVariant QQmlColorProvider::alpha ( const QVariant ,
qreal   
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 746 of file qqmlglobal.cpp.

Referenced by QtObject::alpha(), and QQuickColorValueType::alpha().

+ Here is the caller graph for this function:

◆ colorFromString()

QVariant QQmlColorProvider::colorFromString ( const QString ,
bool *  ok 
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 739 of file qqmlglobal.cpp.

References ok.

Referenced by QQmlStringConverters::colorFromString(), and QuickTestResult::fuzzyCompare().

+ Here is the caller graph for this function:

◆ darker()

QVariant QQmlColorProvider::darker ( const QVariant ,
qreal   
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 745 of file qqmlglobal.cpp.

Referenced by QtObject::darker(), and QQuickColorValueType::darker().

+ Here is the caller graph for this function:

◆ fromHslF()

QVariant QQmlColorProvider::fromHslF ( double  ,
double  ,
double  ,
double   
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 742 of file qqmlglobal.cpp.

Referenced by QtObject::hsla().

+ Here is the caller graph for this function:

◆ fromHsvF()

QVariant QQmlColorProvider::fromHsvF ( double  ,
double  ,
double  ,
double   
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 743 of file qqmlglobal.cpp.

Referenced by QtObject::hsva().

+ Here is the caller graph for this function:

◆ fromRgbF()

QVariant QQmlColorProvider::fromRgbF ( double  ,
double  ,
double  ,
double   
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 741 of file qqmlglobal.cpp.

Referenced by QtObject::rgba().

+ Here is the caller graph for this function:

◆ lighter()

QVariant QQmlColorProvider::lighter ( const QVariant ,
qreal   
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 744 of file qqmlglobal.cpp.

Referenced by QtObject::lighter(), and QQuickColorValueType::lighter().

+ Here is the caller graph for this function:

◆ rgbaFromString()

unsigned QQmlColorProvider::rgbaFromString ( const QString ,
bool *  ok 
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 740 of file qqmlglobal.cpp.

References ok.

Referenced by QQmlStringConverters::rgbaFromString().

+ Here is the caller graph for this function:

◆ tint()

QVariant QQmlColorProvider::tint ( const QVariant ,
const QVariant  
)
virtual

Reimplemented in QQuickColorProvider.

Definition at line 750 of file qqmlglobal.cpp.

Referenced by QtObject::tint(), and QQuickColorValueType::tint().

+ Here is the caller graph for this function:

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