Skip to content

Struct CloudUserInformation

ClassList > CloudUserInformation

Public Properties

Type Name
property QString email
property QString username

Public Functions

Type Name
CloudUserInformation () = default
CloudUserInformation (const QString & username, const QString & email)
CloudUserInformation (const QJsonObject cloudUserInformation)
bool isEmpty () const
bool operator== (const CloudUserInformation & other) const
QJsonObject toJson () const

Public Properties Documentation

property email

QString CloudUserInformation::email;

property username

QString CloudUserInformation::username;

Public Functions Documentation

function CloudUserInformation [1/3]

CloudUserInformation::CloudUserInformation () = default

function CloudUserInformation [2/3]

inline CloudUserInformation::CloudUserInformation (
    const QString & username,
    const QString & email
) 

function CloudUserInformation [3/3]

inline explicit CloudUserInformation::CloudUserInformation (
    const QJsonObject cloudUserInformation
) 

function isEmpty

inline bool CloudUserInformation::isEmpty () const

function operator==

inline bool CloudUserInformation::operator== (
    const CloudUserInformation & other
) const

function toJson

inline QJsonObject CloudUserInformation::toJson () const


The documentation for this class was generated from the following file src/core/utils/qfieldcloudutils.h