![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrendercommands_p.h>
Public Member Functions | |
QSSGAllocateBufferFlags (quint32 inValues) | |
QSSGAllocateBufferFlags () | |
void | setSceneLifetime (bool inValue) |
bool | isSceneLifetime () const |
![]() | |
constexpr | QFlags () noexcept |
constexpr Q_IMPLICIT | QFlags (AllocateBufferFlagValues flags) noexcept |
constexpr Q_IMPLICIT | QFlags (QFlag flag) noexcept |
constexpr | QFlags (std::initializer_list< AllocateBufferFlagValues > flags) noexcept |
constexpr Int | toInt () const noexcept |
constexpr QFlags & | operator&= (int mask) noexcept |
constexpr QFlags & | operator&= (uint mask) noexcept |
constexpr QFlags & | operator&= (QFlags mask) noexcept |
constexpr QFlags & | operator&= (AllocateBufferFlagValues mask) noexcept |
constexpr QFlags & | operator|= (QFlags other) noexcept |
constexpr QFlags & | operator|= (AllocateBufferFlagValues other) noexcept |
constexpr QFlags & | operator^= (QFlags other) noexcept |
constexpr QFlags & | operator^= (AllocateBufferFlagValues other) noexcept |
constexpr Q_IMPLICIT | operator Int () const noexcept |
constexpr bool | operator! () const noexcept |
constexpr QFlags | operator| (QFlags other) const noexcept |
constexpr QFlags | operator| (AllocateBufferFlagValues other) const noexcept |
constexpr QFlags | operator^ (QFlags other) const noexcept |
constexpr QFlags | operator^ (AllocateBufferFlagValues other) const noexcept |
constexpr QFlags | operator& (int mask) const noexcept |
constexpr QFlags | operator& (uint mask) const noexcept |
constexpr QFlags | operator& (QFlags other) const noexcept |
constexpr QFlags | operator& (AllocateBufferFlagValues other) const noexcept |
constexpr QFlags | operator~ () const noexcept |
constexpr void | operator+ (QFlags other) const noexcept=delete |
constexpr void | operator+ (AllocateBufferFlagValues other) const noexcept=delete |
constexpr void | operator+ (int other) const noexcept=delete |
constexpr void | operator- (QFlags other) const noexcept=delete |
constexpr void | operator- (AllocateBufferFlagValues other) const noexcept=delete |
constexpr void | operator- (int 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 |
Additional Inherited Members | |
![]() | |
typedef std::conditional< std::is_unsigned< typenamestd::underlying_type< AllocateBufferFlagValues >::type >::value, unsignedint, signedint >::type | Int |
typedef AllocateBufferFlagValues | enum_type |
![]() | |
static constexpr QFlags | fromInt (Int i) noexcept |
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 QFlags< AllocateBufferFlagValues >::operator&(), and SceneLifetime.
Referenced by QSSGAllocateBuffer::addDebug().
|
inline |
Definition at line 61 of file qssgrendercommands_p.h.
References SceneLifetime, and QFlags< AllocateBufferFlagValues >::setFlag().