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
qssgrendergraphobject.cpp File Reference

(91ebb0faad3c87784ff7995061d35ab220b31118)

+ Include dependency graph for qssgrendergraphobject.cpp:

Go to the source code of this file.

Macros

#define RETURN_AS_STRING(T)   case T: return #T;
 

Functions

static QT_BEGIN_NAMESPACE const char * asString (QSSGRenderGraphObject::Type type)
 
static QSSGRenderGraphObject::FlagT flagForType (QSSGRenderGraphObject::Type type)
 
QDebug operator<< (QDebug dbg, const QSSGRenderGraphObject::Type type)
 

Macro Definition Documentation

◆ RETURN_AS_STRING

#define RETURN_AS_STRING ( T)    case T: return #T;

Function Documentation

◆ asString()

static QT_BEGIN_NAMESPACE const char * asString ( QSSGRenderGraphObject::Type type)
static

Definition at line 10 of file qssgrendergraphobject.cpp.

References RETURN_AS_STRING.

◆ flagForType()

static QSSGRenderGraphObject::FlagT flagForType ( QSSGRenderGraphObject::Type type)
static

Definition at line 53 of file qssgrendergraphobject.cpp.

References QSSGRenderGraphObject::isTexture().

+ Here is the call graph for this function:

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const QSSGRenderGraphObject::Type type )

Definition at line 72 of file qssgrendergraphobject.cpp.