![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdeclarativegeomapitemutils_p.h>
Public Member Functions | |
| vec2 (const QDoubleVector2D &p) | |
| vec2 ()=default | |
| vec2 & | operator= (const QPointF &p) |
| vec2 & | operator= (const QDoubleVector2D &p) |
| QDoubleVector2D | toDoubleVector2D () const |
Public Attributes | |
| float | x |
| float | y |
Definition at line 33 of file qdeclarativegeomapitemutils_p.h.
|
inline |
Definition at line 36 of file qdeclarativegeomapitemutils_p.h.
|
default |
|
inline |
Definition at line 48 of file qdeclarativegeomapitemutils_p.h.
Definition at line 42 of file qdeclarativegeomapitemutils_p.h.
|
inline |
Definition at line 54 of file qdeclarativegeomapitemutils_p.h.
| float QDeclarativeGeoMapItemUtils::vec2::x |
Definition at line 34 of file qdeclarativegeomapitemutils_p.h.
Referenced by vec2(), operator=(), operator=(), and toDoubleVector2D().
| float QDeclarativeGeoMapItemUtils::vec2::y |
Definition at line 35 of file qdeclarativegeomapitemutils_p.h.
Referenced by vec2(), operator=(), operator=(), and toDoubleVector2D().