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
NodeContext Struct Reference

#include <nodecontext.h>

Collaboration diagram for NodeContext:

Public Member Functions

InclusionFlags toFlags () const

Public Attributes

NodeType type {NodeType::NoType}
bool isPrivate {false}
bool isInternal {false}
bool isPureVirtual {false}

Detailed Description

Definition at line 14 of file nodecontext.h.

Member Function Documentation

◆ toFlags()

InclusionFlags NodeContext::toFlags ( ) const
inline

Member Data Documentation

◆ isInternal

◆ isPrivate

◆ isPureVirtual

bool NodeContext::isPureVirtual {false}

◆ type

NodeType NodeContext::type {NodeType::NoType}

Definition at line 16 of file nodecontext.h.

Referenced by Node< _Tp >::createContext(), and toFlags().


The documentation for this struct was generated from the following file: