Struct QfCloudServerInformation
ClassList > QfCloudServerInformation
#include <qfcloudutils.h>
Public Properties
| Type | Name |
|---|---|
| property QString | signupUrl |
| property QfCloudWhitelabelInformation | whitelabel |
Public Functions
| Type | Name |
|---|---|
| QfCloudServerInformation () = default |
|
| QfCloudServerInformation (const QVariantMap & serverInformation) |
|
| bool | operator!= (const QfCloudServerInformation & other) const |
| bool | operator== (const QfCloudServerInformation & other) const |
| QVariantMap | toVariantMap () const |
Detailed Description
Public information about a QFieldCloud server, including whitelabel branding and the new-user signup URL.
Public Properties Documentation
property signupUrl
QString QfCloudServerInformation::signupUrl;
property whitelabel
QfCloudWhitelabelInformation QfCloudServerInformation::whitelabel;
Public Functions Documentation
function QfCloudServerInformation [1/2]
QfCloudServerInformation::QfCloudServerInformation () = default
function QfCloudServerInformation [2/2]
inline explicit QfCloudServerInformation::QfCloudServerInformation (
const QVariantMap & serverInformation
)
function operator!=
inline bool QfCloudServerInformation::operator!= (
const QfCloudServerInformation & other
) const
function operator==
inline bool QfCloudServerInformation::operator== (
const QfCloudServerInformation & other
) const
function toVariantMap
inline QVariantMap QfCloudServerInformation::toVariantMap () const
The documentation for this class was generated from the following file src/core/utils/qfcloudutils.h