Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qssgrendergraphobject.cpp File Reference

(0cb1e39dcd4e687335d69ff209a215923c9270f6)

Include dependency graph for qssgrendergraphobject.cpp:

Go to the source code of this file.

Macros

#define RETURN_AS_STRING(T)

Functions

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

Macro Definition Documentation

◆ RETURN_AS_STRING

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

Function Documentation

◆ asString()

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

Definition at line 10 of file qssgrendergraphobject.cpp.

Referenced by QSSGRenderGraphObject::operator<<.

Here is the caller graph for this function:

◆ operator<<()

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

Definition at line 62 of file qssgrendergraphobject.cpp.