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
inclusionflags.h File Reference

(3b1310507e81765360710e63abbd04aad3aea04c)

#include <QtCore/QFlags>
#include <QtCore/QtGlobal>
Include dependency graph for inclusionflags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  InclusionFlag : quint32 {
  PrivateFunction = 0x0001 , PrivateType = 0x0002 , PrivateVariable = 0x0004 , Internal = 0x0008 ,
  AutoGeneratedDoc = 0x0010
}

Enumeration Type Documentation

◆ InclusionFlag

enum class InclusionFlag : quint32
strong
Enumerator
PrivateFunction 
PrivateType 
PrivateVariable 
Internal 
AutoGeneratedDoc 

Definition at line 12 of file inclusionflags.h.