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
QFlag Class Reference

#include <qflags.h>

Collaboration diagram for QFlag:

Public Member Functions

constexpr Q_IMPLICIT QFlag (int value) noexcept
constexpr Q_IMPLICIT operator int () const noexcept
constexpr Q_IMPLICIT QFlag (long value) noexcept
constexpr Q_IMPLICIT QFlag (ulong value) noexcept
constexpr Q_IMPLICIT QFlag (uint value) noexcept
constexpr Q_IMPLICIT QFlag (short value) noexcept
constexpr Q_IMPLICIT QFlag (ushort value) noexcept
constexpr Q_IMPLICIT operator uint () const noexcept

Detailed Description

Definition at line 17 of file qflags.h.

Constructor & Destructor Documentation

◆ QFlag() [1/6]

Q_IMPLICIT QFlag::QFlag ( int value)
inlineconstexprnoexcept

Definition at line 21 of file qflags.h.

◆ QFlag() [2/6]

Q_IMPLICIT QFlag::QFlag ( long value)
inlineconstexprnoexcept

Definition at line 29 of file qflags.h.

◆ QFlag() [3/6]

Q_IMPLICIT QFlag::QFlag ( ulong value)
inlineconstexprnoexcept

Definition at line 30 of file qflags.h.

◆ QFlag() [4/6]

Q_IMPLICIT QFlag::QFlag ( uint value)
inlineconstexprnoexcept

Definition at line 32 of file qflags.h.

◆ QFlag() [5/6]

Q_IMPLICIT QFlag::QFlag ( short value)
inlineconstexprnoexcept

Definition at line 33 of file qflags.h.

◆ QFlag() [6/6]

Q_IMPLICIT QFlag::QFlag ( ushort value)
inlineconstexprnoexcept

Definition at line 34 of file qflags.h.

Member Function Documentation

◆ operator int()

Q_IMPLICIT QFlag::operator int ( ) const
inlineconstexprnoexcept

Definition at line 22 of file qflags.h.

◆ operator uint()

Q_IMPLICIT QFlag::operator uint ( ) const
inlineconstexprnoexcept

Definition at line 35 of file qflags.h.


The documentation for this class was generated from the following file: