![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtLocation More...
#include <qplaceuser.h>
Public Member Functions | |
| QPlaceUser () | |
| \qmlvaluetype user \inqmlmodule QtLocation | |
| QPlaceUser (const QPlaceUser &other) noexcept | |
| Constructs a copy of other. | |
| QPlaceUser (QPlaceUser &&other) noexcept=default | |
| ~QPlaceUser () | |
| Destroys the user object. | |
| QPlaceUser & | operator= (const QPlaceUser &other) noexcept |
| Assigns other to this user and returns a reference to this user. | |
| void | swap (QPlaceUser &other) noexcept |
| QString | userId () const |
| void | setUserId (const QString &identifier) |
| QString | name () const |
| void | setName (const QString &name) |
Properties | |
| QML_STRUCTURED_VALUEQString | userId |
| \qmlproperty string QtLocation::user::userId | |
| QString | name |
| \qmlproperty string QtLocation::user::name | |
Friends | |
| bool | operator== (const QPlaceUser &lhs, const QPlaceUser &rhs) noexcept |
| Returns true if lhs is equal to rhs, otherwise returns false. | |
| bool | operator!= (const QPlaceUser &lhs, const QPlaceUser &rhs) noexcept |
| Returns true if lhs is not equal to rhs, otherwise returns false. | |
\inmodule QtLocation
The QPlaceUser class represents an individual user.
Definition at line 18 of file qplaceuser.h.
| QPlaceUser::QPlaceUser | ( | ) |
\qmlvaluetype user \inqmlmodule QtLocation
The user type identifies a user who contributed a particular \l Place content item.
Each \l Place content item has an associated user who contributed the content. This type provides information about that user.
Definition at line 55 of file qplaceuser.cpp.
|
defaultnoexcept |
Constructs a copy of other.
|
defaultnoexcept |
|
default |
Destroys the user object.
| QString QPlaceUser::name | ( | ) | const |
Definition at line 129 of file qplaceuser.cpp.
|
noexcept |
Assigns other to this user and returns a reference to this user.
Definition at line 73 of file qplaceuser.cpp.
Definition at line 134 of file qplaceuser.cpp.
Definition at line 114 of file qplaceuser.cpp.
|
inlinenoexcept |
Definition at line 36 of file qplaceuser.h.
| QString QPlaceUser::userId | ( | ) | const |
Definition at line 109 of file qplaceuser.cpp.
|
friend |
Returns true if lhs is not equal to rhs, otherwise returns false.
Definition at line 40 of file qplaceuser.h.
|
friend |
Returns true if lhs is equal to rhs, otherwise returns false.
Definition at line 38 of file qplaceuser.h.
|
readwrite |
\qmlproperty string QtLocation::user::name
This property holds the name of a user.
the name of the user.
Definition at line 25 of file qplaceuser.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
|
readwrite |
\qmlproperty string QtLocation::user::userId
This property holds the unique identifier of the user.
the identifier of the user.
Definition at line 24 of file qplaceuser.h.