![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/QFlags>
#include <QtCore/QtGlobal>
Go to the source code of this file.
Enumerations | |
enum class | InclusionFlag : quint32 { Private = 0x0001 , PrivateFunction = 0x0002 , PrivateType = 0x0004 , PrivateVariable = 0x0008 , Internal = 0x0010 } |
|
strong |
Enumerator | |
---|---|
Private | |
PrivateFunction | |
PrivateType | |
PrivateVariable | |
Internal |
Definition at line 12 of file inclusionflags.h.