Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuickTextAreaPrivate::ExtraData Struct Reference

#include <qquicktextarea_p_p.h>

+ Collaboration diagram for QQuickTextAreaPrivate::ExtraData:

Public Attributes

bool hasTopInset = false
 
bool hasLeftInset = false
 
bool hasRightInset = false
 
bool hasBottomInset = false
 
bool hasBackgroundWidth = false
 
bool hasBackgroundHeight = false
 
qreal topInset = 0
 
qreal leftInset = 0
 
qreal rightInset = 0
 
qreal bottomInset = 0
 
QFont requestedFont
 
QPalette requestedPalette
 

Detailed Description

Definition at line 106 of file qquicktextarea_p_p.h.

Member Data Documentation

◆ bottomInset

qreal QQuickTextAreaPrivate::ExtraData::bottomInset = 0

◆ hasBackgroundHeight

bool QQuickTextAreaPrivate::ExtraData::hasBackgroundHeight = false

◆ hasBackgroundWidth

bool QQuickTextAreaPrivate::ExtraData::hasBackgroundWidth = false

◆ hasBottomInset

bool QQuickTextAreaPrivate::ExtraData::hasBottomInset = false

◆ hasLeftInset

bool QQuickTextAreaPrivate::ExtraData::hasLeftInset = false

◆ hasRightInset

bool QQuickTextAreaPrivate::ExtraData::hasRightInset = false

◆ hasTopInset

bool QQuickTextAreaPrivate::ExtraData::hasTopInset = false

◆ leftInset

qreal QQuickTextAreaPrivate::ExtraData::leftInset = 0

◆ requestedFont

QFont QQuickTextAreaPrivate::ExtraData::requestedFont

Definition at line 117 of file qquicktextarea_p_p.h.

Referenced by QQuickTextAreaPrivate::inheritFont().

◆ requestedPalette

QPalette QQuickTextAreaPrivate::ExtraData::requestedPalette

Definition at line 118 of file qquicktextarea_p_p.h.

◆ rightInset

qreal QQuickTextAreaPrivate::ExtraData::rightInset = 0

◆ topInset

qreal QQuickTextAreaPrivate::ExtraData::topInset = 0

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