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
QNativeNode::CreateInfo Struct Reference

#include <qnativenode.h>

Collaboration diagram for QNativeNode::CreateInfo:

Public Attributes

QRect geometry
QWindowwindow
QOhosOptional< QNativeNode * > optParent
QOhosOptional< QColorbackgroundColor
QOhosOptional< QOhosPlatformWindow::NativeNodeRenderFitPolicyrenderFitPolicyHint

Detailed Description

Definition at line 35 of file qnativenode.h.

Member Data Documentation

◆ backgroundColor

QOhosOptional<QColor> QNativeNode::CreateInfo::backgroundColor

Definition at line 40 of file qnativenode.h.

◆ geometry

QRect QNativeNode::CreateInfo::geometry

Definition at line 37 of file qnativenode.h.

◆ optParent

QOhosOptional<QNativeNode *> QNativeNode::CreateInfo::optParent

Definition at line 39 of file qnativenode.h.

◆ renderFitPolicyHint

QOhosOptional<QOhosPlatformWindow::NativeNodeRenderFitPolicy> QNativeNode::CreateInfo::renderFitPolicyHint

Definition at line 41 of file qnativenode.h.

◆ window

QWindow* QNativeNode::CreateInfo::window

Definition at line 38 of file qnativenode.h.


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