 
          The QFlag class is a helper data type for QFlags. More...
| Header: | #include <QFlag> | 
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Core)target_link_libraries(mytarget PRIVATE Qt6::Core) | 
| qmake: | QT += core | 
| QFlag(int value) | |
| QFlag(short value) | |
| QFlag(uint value) | |
| QFlag(ushort value) | |
| int | operator int() const | 
| uint | operator uint() const | 
It is equivalent to a plain int, except with respect to function overloading and type conversions. You should never need to use this class in your applications.
See also QFlags.
[constexpr noexcept] QFlag::QFlag(int value)Constructs a QFlag object that stores the value.
[constexpr noexcept] QFlag::QFlag(short value)Constructs a QFlag object that stores the value.
[constexpr noexcept] QFlag::QFlag(uint
            value)Constructs a QFlag object that stores the value.
[constexpr noexcept] QFlag::QFlag(ushort value)Constructs a QFlag object that stores the value.
[constexpr noexcept] int QFlag::operator int() constReturns the value stored by the QFlag object.
[constexpr noexcept] uint QFlag::operator uint() constReturns the value stored by the QFlag object.
 
          As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation:
 
        