![]()  | 
  
    Qt 6.x
    
   The Qt SDK 
   | 
 
#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 &) | 
Definition at line 226 of file qqmlglobal_p.h.
      
  | 
  virtual | 
Definition at line 738 of file qqmlglobal.cpp.
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: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: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:
      
  | 
  virtual | 
Reimplemented in QQuickColorProvider.
Definition at line 742 of file qqmlglobal.cpp.
Referenced by QtObject::hsla().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Reimplemented in QQuickColorProvider.
Definition at line 743 of file qqmlglobal.cpp.
Referenced by QtObject::hsva().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Reimplemented in QQuickColorProvider.
Definition at line 741 of file qqmlglobal.cpp.
Referenced by QtObject::rgba().
 Here is the caller graph for this function: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:
      
  | 
  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: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: