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
QQuickShapeGenericMaterialFactory Class Reference

#include <qquickshapegenericrenderer_p.h>

+ Collaboration diagram for QQuickShapeGenericMaterialFactory:

Static Public Member Functions

static QSGMaterialcreateVertexColor (QQuickWindow *window)
 
static QSGMaterialcreateLinearGradient (QQuickWindow *window, QQuickShapeGenericStrokeFillNode *node)
 
static QSGMaterialcreateRadialGradient (QQuickWindow *window, QQuickShapeGenericStrokeFillNode *node)
 
static QSGMaterialcreateConicalGradient (QQuickWindow *window, QQuickShapeGenericStrokeFillNode *node)
 

Detailed Description

Definition at line 208 of file qquickshapegenericrenderer_p.h.

Member Function Documentation

◆ createConicalGradient()

QSGMaterial * QQuickShapeGenericMaterialFactory::createConicalGradient ( QQuickWindow * window,
QQuickShapeGenericStrokeFillNode * node )
static

Definition at line 694 of file qquickshapegenericrenderer.cpp.

References api, QSGRendererInterface::isApiRhiBased(), QSGRendererInterface::OpenGL, qWarning, and window().

Referenced by QQuickShapeGenericStrokeFillNode::activateMaterial().

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

◆ createLinearGradient()

QSGMaterial * QQuickShapeGenericMaterialFactory::createLinearGradient ( QQuickWindow * window,
QQuickShapeGenericStrokeFillNode * node )
static

Definition at line 670 of file qquickshapegenericrenderer.cpp.

References api, QSGRendererInterface::isApiRhiBased(), QSGRendererInterface::OpenGL, qWarning, and window().

Referenced by QQuickShapeGenericStrokeFillNode::activateMaterial().

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

◆ createRadialGradient()

QSGMaterial * QQuickShapeGenericMaterialFactory::createRadialGradient ( QQuickWindow * window,
QQuickShapeGenericStrokeFillNode * node )
static

Definition at line 682 of file qquickshapegenericrenderer.cpp.

References api, QSGRendererInterface::isApiRhiBased(), QSGRendererInterface::OpenGL, qWarning, and window().

Referenced by QQuickShapeGenericStrokeFillNode::activateMaterial().

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

◆ createVertexColor()

QSGMaterial * QQuickShapeGenericMaterialFactory::createVertexColor ( QQuickWindow * window)
static

Definition at line 659 of file qquickshapegenericrenderer.cpp.

References api, QSGRendererInterface::isApiRhiBased(), QSGRendererInterface::OpenGL, qWarning, and window().

Referenced by QQuickShapeGenericStrokeFillNode::activateMaterial().

+ 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 files: