![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QFlags< Enum >, including all inherited members.
| enum_type typedef | QFlags< Enum > | |
| fromInt(Int i) noexcept | QFlags< Enum > | inlinestatic |
| i | QtPrivate::QFlagsStorage< Enum > | protected |
| Int typedef | QFlags< Enum > | |
| operator Int() const noexcept | QFlags< Enum > | inline |
| operator!() const noexcept | QFlags< Enum > | inline |
| operator!=(QFlags lhs, QFlags rhs) noexcept | QFlags< Enum > | friend |
| operator!=(QFlags lhs, Enum rhs) noexcept | QFlags< Enum > | friend |
| operator!=(Enum lhs, QFlags rhs) noexcept | QFlags< Enum > | friend |
| operator&(int mask) const noexcept | QFlags< Enum > | inline |
| operator&(uint mask) const noexcept | QFlags< Enum > | inline |
| operator&(QFlags other) const noexcept | QFlags< Enum > | inline |
| operator&(Enum other) const noexcept | QFlags< Enum > | inline |
| operator&=(int mask) noexcept | QFlags< Enum > | inline |
| operator&=(uint mask) noexcept | QFlags< Enum > | inline |
| operator&=(QFlags mask) noexcept | QFlags< Enum > | inline |
| operator&=(Enum mask) noexcept | QFlags< Enum > | inline |
| operator+(QFlags other) const noexcept=delete | QFlags< Enum > | inline |
| operator+(Enum other) const noexcept=delete | QFlags< Enum > | inline |
| operator+(int other) const noexcept=delete | QFlags< Enum > | inline |
| operator-(QFlags other) const noexcept=delete | QFlags< Enum > | inline |
| operator-(Enum other) const noexcept=delete | QFlags< Enum > | inline |
| operator-(int other) const noexcept=delete | QFlags< Enum > | inline |
| operator==(QFlags lhs, QFlags rhs) noexcept | QFlags< Enum > | friend |
| operator==(QFlags lhs, Enum rhs) noexcept | QFlags< Enum > | friend |
| operator==(Enum lhs, QFlags rhs) noexcept | QFlags< Enum > | friend |
| operator^(QFlags other) const noexcept | QFlags< Enum > | inline |
| operator^(Enum other) const noexcept | QFlags< Enum > | inline |
| operator^=(QFlags other) noexcept | QFlags< Enum > | inline |
| operator^=(Enum other) noexcept | QFlags< Enum > | inline |
| operator|(QFlags other) const noexcept | QFlags< Enum > | inline |
| operator|(Enum other) const noexcept | QFlags< Enum > | inline |
| operator|=(QFlags other) noexcept | QFlags< Enum > | inline |
| operator|=(Enum other) noexcept | QFlags< Enum > | inline |
| operator~() const noexcept | QFlags< Enum > | inline |
| QFlags() noexcept=default | QFlags< Enum > | inline |
| QFlags(Enum flags) noexcept | QFlags< Enum > | inline |
| QFlags(std::initializer_list< Enum > flags) noexcept | QFlags< Enum > | inline |
| QFlagsStorage() noexcept=default | QtPrivate::QFlagsStorage< Enum > | inline |
| QFlagsStorage(std::in_place_t, Int v) | QtPrivate::QFlagsStorage< Enum > | inlineexplicit |
| setFlag(Enum flag, bool on=true) noexcept | QFlags< Enum > | inline |
| testAnyFlag(Enum flag) const noexcept | QFlags< Enum > | inline |
| testAnyFlags(QFlags flags) const noexcept | QFlags< Enum > | inline |
| testFlag(Enum flag) const noexcept | QFlags< Enum > | inline |
| testFlags(QFlags flags) const noexcept | QFlags< Enum > | inline |
| toInt() const noexcept | QFlags< Enum > | inline |