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
QQuickRectanglePrivate::ExtraData Struct Reference

#include <qquickrectangle_p_p.h>

Collaboration diagram for QQuickRectanglePrivate::ExtraData:

Public Member Functions

 ExtraData ()

Public Attributes

qreal topLeftRadius
qreal topRightRadius
qreal bottomLeftRadius
qreal bottomRightRadius
unsigned isTopLeftRadiusSet: 1
unsigned isTopRightRadiusSet: 1
unsigned isBottomLeftRadiusSet: 1
unsigned isBottomRightRadiusSet: 1

Detailed Description

Definition at line 46 of file qquickrectangle_p_p.h.

Constructor & Destructor Documentation

◆ ExtraData()

QQuickRectanglePrivate::ExtraData::ExtraData ( )
inline

Definition at line 47 of file qquickrectangle_p_p.h.

References ExtraData(), isBottomLeftRadiusSet, isBottomRightRadiusSet, isTopLeftRadiusSet, and isTopRightRadiusSet.

Referenced by ExtraData().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ bottomLeftRadius

qreal QQuickRectanglePrivate::ExtraData::bottomLeftRadius

Definition at line 60 of file qquickrectangle_p_p.h.

◆ bottomRightRadius

qreal QQuickRectanglePrivate::ExtraData::bottomRightRadius

Definition at line 61 of file qquickrectangle_p_p.h.

◆ isBottomLeftRadiusSet

unsigned QQuickRectanglePrivate::ExtraData::isBottomLeftRadiusSet

Definition at line 65 of file qquickrectangle_p_p.h.

Referenced by ExtraData().

◆ isBottomRightRadiusSet

unsigned QQuickRectanglePrivate::ExtraData::isBottomRightRadiusSet

Definition at line 66 of file qquickrectangle_p_p.h.

Referenced by ExtraData().

◆ isTopLeftRadiusSet

unsigned QQuickRectanglePrivate::ExtraData::isTopLeftRadiusSet

Definition at line 63 of file qquickrectangle_p_p.h.

Referenced by ExtraData().

◆ isTopRightRadiusSet

unsigned QQuickRectanglePrivate::ExtraData::isTopRightRadiusSet

Definition at line 64 of file qquickrectangle_p_p.h.

Referenced by ExtraData().

◆ topLeftRadius

qreal QQuickRectanglePrivate::ExtraData::topLeftRadius

Definition at line 58 of file qquickrectangle_p_p.h.

◆ topRightRadius

qreal QQuickRectanglePrivate::ExtraData::topRightRadius

Definition at line 59 of file qquickrectangle_p_p.h.


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