![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgutils_p.h>
Public Member Functions | |
| QSSGRenderFlag ()=default | |
| QSSGRenderFlag (quint32 v) | |
| quint32 | value () const |
| void | setValue (quint32 v) |
| void | clearFlags (quint32 v=0xFFFFFFFF) |
| void | setFlag (quint32 v, bool on=true) |
| bool | isSet (quint32 v) const |
| operator quint32 () const noexcept | |
Friends | |
| bool | operator== (const QSSGRenderFlag &a, const QSSGRenderFlag &b) |
| bool | operator!= (const QSSGRenderFlag &a, const QSSGRenderFlag &b) |
Definition at line 82 of file qssgutils_p.h.
|
default |
|
inlineexplicit |
Definition at line 86 of file qssgutils_p.h.
References QSSGRenderFlag().
Referenced by QSSGRenderFlag().
Definition at line 98 of file qssgutils_p.h.
|
inlinenodiscard |
Definition at line 111 of file qssgutils_p.h.
|
inlinenoexcept |
Definition at line 116 of file qssgutils_p.h.
Definition at line 103 of file qssgutils_p.h.
Definition at line 93 of file qssgutils_p.h.
|
inlinenodiscard |
Definition at line 91 of file qssgutils_p.h.
|
friend |
Definition at line 127 of file qssgutils_p.h.
References operator==.
|
friend |
Definition at line 122 of file qssgutils_p.h.
Referenced by operator!=.