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

#include <qqmlvaluetype_p.h>

Inheritance diagram for QQmlMarginsFValueType:
Collaboration diagram for QQmlMarginsFValueType:

Public Member Functions

 QQmlMarginsFValueType ()=default
Q_INVOKABLE QQmlMarginsFValueType (const QMarginsF &margins)
Q_INVOKABLE QQmlMarginsFValueType (const QMargins &margins)
Q_INVOKABLE QString toString () const
qreal left () const
qreal right () const
qreal top () const
qreal bottom () const
void setLeft (qreal)
void setRight (qreal)
void setTop (qreal)
void setBottom (qreal)

Properties

qreal left
qreal right
qreal top
qreal bottom

Additional Inherited Members

Detailed Description

Definition at line 268 of file qqmlvaluetype_p.h.

Constructor & Destructor Documentation

◆ QQmlMarginsFValueType() [1/3]

QQmlMarginsFValueType::QQmlMarginsFValueType ( )
default

◆ QQmlMarginsFValueType() [2/3]

Q_INVOKABLE QQmlMarginsFValueType::QQmlMarginsFValueType ( const QMarginsF & margins)
inline

Definition at line 282 of file qqmlvaluetype_p.h.

◆ QQmlMarginsFValueType() [3/3]

Q_INVOKABLE QQmlMarginsFValueType::QQmlMarginsFValueType ( const QMargins & margins)
inline

Definition at line 283 of file qqmlvaluetype_p.h.

Member Function Documentation

◆ bottom()

qreal QQmlMarginsFValueType::bottom ( ) const

Definition at line 380 of file qqmlvaluetype.cpp.

◆ left()

qreal QQmlMarginsFValueType::left ( ) const

Definition at line 365 of file qqmlvaluetype.cpp.

◆ right()

qreal QQmlMarginsFValueType::right ( ) const

Definition at line 375 of file qqmlvaluetype.cpp.

◆ setBottom()

void QQmlMarginsFValueType::setBottom ( qreal bottom)

Definition at line 400 of file qqmlvaluetype.cpp.

◆ setLeft()

void QQmlMarginsFValueType::setLeft ( qreal left)

Definition at line 385 of file qqmlvaluetype.cpp.

◆ setRight()

void QQmlMarginsFValueType::setRight ( qreal right)

Definition at line 395 of file qqmlvaluetype.cpp.

◆ setTop()

void QQmlMarginsFValueType::setTop ( qreal top)

Definition at line 390 of file qqmlvaluetype.cpp.

◆ top()

qreal QQmlMarginsFValueType::top ( ) const

Definition at line 370 of file qqmlvaluetype.cpp.

◆ toString()

QString QQmlMarginsFValueType::toString ( ) const

Definition at line 358 of file qqmlvaluetype.cpp.

Property Documentation

◆ bottom

qreal QQmlMarginsFValueType::bottom
readwrite

Definition at line 273 of file qqmlvaluetype_p.h.

◆ left

qreal QQmlMarginsFValueType::left
readwrite

◆ right

qreal QQmlMarginsFValueType::right
readwrite

◆ top

qreal QQmlMarginsFValueType::top
readwrite

Definition at line 272 of file qqmlvaluetype_p.h.


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