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
qquickshadereffectmesh_p.h File Reference

(bd131dcbf579f822ac8cee98324dc1355f7cd314)

#include <private/qtquickglobal_p.h>
#include "qqmlparserstatus.h"
#include <QtQuick/qtquickglobal.h>
#include <QtGui/qcolor.h>
#include <QtCore/qobject.h>
#include <QtCore/qsize.h>
#include <QtCore/qvector.h>
#include <QtCore/qbytearray.h>
#include <QtQml/qqml.h>
+ Include dependency graph for qquickshadereffectmesh_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQuickShaderEffectMesh
 
class  QQuickGridMesh
 
class  QQuickBorderImageMesh
 

Macros

#define QQUICKSHADEREFFECTMESH_P_H
 

Functions

 QT_REQUIRE_CONFIG (quick_shadereffect)
 
QT_BEGIN_NAMESPACE Q_QUICK_EXPORT const char * qtPositionAttributeName ()
 
Q_QUICK_EXPORT const char * qtTexCoordAttributeName ()
 
QColor qt_premultiply_color (const QColor &c)
 

Macro Definition Documentation

◆ QQUICKSHADEREFFECTMESH_P_H

#define QQUICKSHADEREFFECTMESH_P_H

Definition at line 19 of file qquickshadereffectmesh_p.h.

Function Documentation

◆ qt_premultiply_color()

QColor qt_premultiply_color ( const QColor & c)
inline

Definition at line 135 of file qquickshadereffectmesh_p.h.

References QColor::fromRgbF(), and QColor::getRgbF().

+ Here is the call graph for this function:

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( quick_shadereffect )

◆ qtPositionAttributeName()

QT_BEGIN_NAMESPACE Q_QUICK_EXPORT const char * qtPositionAttributeName ( )

Definition at line 16 of file qquickshadereffectmesh.cpp.

References qt_position_attribute_name.

Referenced by QWavefrontMesh::log(), QWavefrontMesh::validateAttributes(), and QQuickGridMesh::validateAttributes().

+ Here is the caller graph for this function:

◆ qtTexCoordAttributeName()

Q_QUICK_EXPORT const char * qtTexCoordAttributeName ( )

Definition at line 21 of file qquickshadereffectmesh.cpp.

References qt_texcoord_attribute_name.

Referenced by QWavefrontMesh::log(), QWavefrontMesh::validateAttributes(), and QQuickGridMesh::validateAttributes().

+ Here is the caller graph for this function: