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

#include <qqmlvaluetype_p.h>

Inheritance diagram for QQmlPointFValueType:
Collaboration diagram for QQmlPointFValueType:

Public Member Functions

Q_INVOKABLE QQmlPointFValueType ()=default
Q_INVOKABLE QQmlPointFValueType (const QPointF &point)
Q_INVOKABLE QQmlPointFValueType (const QPoint &point)
Q_INVOKABLE QString toString () const
qreal x () const
qreal y () const
void setX (qreal)
void setY (qreal)

Properties

qreal x
qreal y

Additional Inherited Members

Detailed Description

Definition at line 109 of file qqmlvaluetype_p.h.

Constructor & Destructor Documentation

◆ QQmlPointFValueType() [1/3]

Q_INVOKABLE QQmlPointFValueType::QQmlPointFValueType ( )
default

◆ QQmlPointFValueType() [2/3]

Q_INVOKABLE QQmlPointFValueType::QQmlPointFValueType ( const QPointF & point)
inline

Definition at line 121 of file qqmlvaluetype_p.h.

◆ QQmlPointFValueType() [3/3]

Q_INVOKABLE QQmlPointFValueType::QQmlPointFValueType ( const QPoint & point)
inline

Definition at line 122 of file qqmlvaluetype_p.h.

Member Function Documentation

◆ setX()

void QQmlPointFValueType::setX ( qreal x)

Definition at line 136 of file qqmlvaluetype.cpp.

◆ setY()

void QQmlPointFValueType::setY ( qreal y)

Definition at line 141 of file qqmlvaluetype.cpp.

◆ toString()

QString QQmlPointFValueType::toString ( ) const

Definition at line 121 of file qqmlvaluetype.cpp.

◆ x()

qreal QQmlPointFValueType::x ( ) const

Definition at line 126 of file qqmlvaluetype.cpp.

◆ y()

qreal QQmlPointFValueType::y ( ) const

Definition at line 131 of file qqmlvaluetype.cpp.

Property Documentation

◆ x

qreal QQmlPointFValueType::x
readwrite

Definition at line 111 of file qqmlvaluetype_p.h.

◆ y

qreal QQmlPointFValueType::y
readwrite

Definition at line 112 of file qqmlvaluetype_p.h.


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