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

(9ce85126a819bea4c83cc38b5cd8349ed3febfb0)

#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 {
  Private = 0x0001 , PrivateFunction = 0x0002 , PrivateType = 0x0004 , PrivateVariable = 0x0008 ,
  Internal = 0x0010
}

Enumeration Type Documentation

◆ InclusionFlag

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

Definition at line 12 of file inclusionflags.h.