![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <nodecontext.h>
Public Member Functions | |
InclusionFlags | toFlags () const |
Public Attributes | |
NodeType | type {NodeType::NoType} |
bool | isPrivate {false} |
bool | isInternal {false} |
bool | isPureVirtual {false} |
Definition at line 14 of file nodecontext.h.
|
inline |
Definition at line 21 of file nodecontext.h.
References Class, Enum, Function, Internal, isInternal, isPrivate, Private, PrivateFunction, PrivateType, PrivateVariable, type, Typedef, and Variable.
bool NodeContext::isInternal {false} |
Definition at line 18 of file nodecontext.h.
Referenced by Node< _Tp >::createContext(), InclusionFilter::isIncluded(), InclusionFilter::isPubliclyVisible(), InclusionFilter::isReimplementedMemberVisible(), InclusionFilter::requiresDocumentation(), and toFlags().
bool NodeContext::isPrivate {false} |
Definition at line 17 of file nodecontext.h.
Referenced by Node< _Tp >::createContext(), InclusionFilter::isIncluded(), InclusionFilter::isReimplementedMemberVisible(), InclusionFilter::requiresDocumentation(), and toFlags().
bool NodeContext::isPureVirtual {false} |
Definition at line 19 of file nodecontext.h.
Referenced by Node< _Tp >::createContext(), InclusionFilter::isIncluded(), and InclusionFilter::isReimplementedMemberVisible().
NodeType NodeContext::type {NodeType::NoType} |
Definition at line 16 of file nodecontext.h.
Referenced by Node< _Tp >::createContext(), and toFlags().