Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 16 of file qflags.h.

Constructor & Destructor Documentation

◆ QFlag() [1/6]

constexpr Q_IMPLICIT QFlag::QFlag ( int value)
inlineconstexprnoexcept

Definition at line 20 of file qflags.h.

References i.

◆ QFlag() [2/6]

constexpr Q_IMPLICIT QFlag::QFlag ( long value)
inlineconstexprnoexcept

Definition at line 28 of file qflags.h.

References i.

◆ QFlag() [3/6]

constexpr Q_IMPLICIT QFlag::QFlag ( ulong value)
inlineconstexprnoexcept

Definition at line 29 of file qflags.h.

References i.

◆ QFlag() [4/6]

constexpr Q_IMPLICIT QFlag::QFlag ( uint value)
inlineconstexprnoexcept

Definition at line 31 of file qflags.h.

References i.

◆ QFlag() [5/6]

constexpr Q_IMPLICIT QFlag::QFlag ( short value)
inlineconstexprnoexcept

Definition at line 32 of file qflags.h.

References i.

◆ QFlag() [6/6]

constexpr Q_IMPLICIT QFlag::QFlag ( ushort value)
inlineconstexprnoexcept

Definition at line 33 of file qflags.h.

References i.

Member Function Documentation

◆ operator int()

constexpr Q_IMPLICIT QFlag::operator int ( ) const
inlineconstexprnoexcept

Definition at line 21 of file qflags.h.

References i.

◆ operator uint()

constexpr Q_IMPLICIT QFlag::operator uint ( ) const
inlineconstexprnoexcept

Definition at line 34 of file qflags.h.

References i.


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