![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendercommands_p.h>
Public Member Functions | |
QSSGAllocateBufferFlags (quint32 inValues) | |
QSSGAllocateBufferFlags () | |
void | setSceneLifetime (bool inValue) |
bool | isSceneLifetime () const |
Public Member Functions inherited from QFlags< AllocateBufferFlagValues > | |
constexpr | QFlags () noexcept=default |
constexpr Int | toInt () const noexcept |
constexpr QFlags & | operator&= (int mask) noexcept |
constexpr QFlags & | operator|= (QFlags other) noexcept |
constexpr QFlags & | operator^= (QFlags other) noexcept |
constexpr Q_IMPLICIT | operator Int () const noexcept |
constexpr bool | operator! () const noexcept |
constexpr QFlags | operator| (QFlags other) const noexcept |
constexpr QFlags | operator^ (QFlags other) const noexcept |
constexpr QFlags | operator& (int mask) const noexcept |
constexpr QFlags | operator~ () const noexcept |
constexpr void | operator+ (QFlags other) const noexcept=delete |
constexpr void | operator- (QFlags other) const noexcept=delete |
constexpr bool | testFlag (AllocateBufferFlagValues flag) const noexcept |
constexpr bool | testFlags (QFlags flags) const noexcept |
constexpr bool | testAnyFlag (AllocateBufferFlagValues flag) const noexcept |
constexpr bool | testAnyFlags (QFlags flags) const noexcept |
constexpr QFlags & | setFlag (AllocateBufferFlagValues flag, bool on=true) noexcept |
Public Member Functions inherited from QtPrivate::QFlagsStorage< AllocateBufferFlagValues > | |
constexpr | QFlagsStorage () noexcept=default |
Additional Inherited Members | |
Public Types inherited from QFlags< AllocateBufferFlagValues > | |
typedef AllocateBufferFlagValues | enum_type |
using | Int |
Static Public Member Functions inherited from QFlags< AllocateBufferFlagValues > | |
static constexpr QFlags | fromInt (Int i) noexcept |
Protected Types inherited from QtPrivate::QFlagsStorage< AllocateBufferFlagValues > | |
typedef std::conditional< std::is_unsigned< typenamestd::underlying_type< AllocateBufferFlagValues >::type >::value, typenameIntegers::Unsigned, typenameIntegers::Signed >::type | Int |
Protected Attributes inherited from QtPrivate::QFlagsStorage< AllocateBufferFlagValues > | |
Int | i |
Definition at line 57 of file qssgrendercommands_p.h.
|
inline |
Definition at line 59 of file qssgrendercommands_p.h.
|
inline |
Definition at line 60 of file qssgrendercommands_p.h.
|
inline |
Definition at line 64 of file qssgrendercommands_p.h.
References SceneLifetime.
|
inline |
Definition at line 61 of file qssgrendercommands_p.h.
References SceneLifetime.