QEverCloud  6.1.0
Unofficial Evernote Cloud API for Qt
Public Member Functions | Public Attributes | List of all members
qevercloud::BootstrapProfile Struct Reference

#include <Types.h>

Inheritance diagram for qevercloud::BootstrapProfile:
qevercloud::Printable

Public Member Functions

virtual void print (QTextStream &strm) const override
 
bool operator== (const BootstrapProfile &other) const
 
bool operator!= (const BootstrapProfile &other) const
 
- Public Member Functions inherited from qevercloud::Printable
 Printable ()=default
 
virtual ~Printable ()=default
 
virtual QString toString () const
 

Public Attributes

EverCloudLocalData localData
 
QString name
 
BootstrapSettings settings
 

Detailed Description

This structure describes a collection of bootstrap settings.

Member Function Documentation

◆ operator!=()

bool qevercloud::BootstrapProfile::operator!= ( const BootstrapProfile other) const
inline

◆ operator==()

bool qevercloud::BootstrapProfile::operator== ( const BootstrapProfile other) const
inline

◆ print()

virtual void qevercloud::BootstrapProfile::print ( QTextStream &  strm) const
overridevirtual

Implements qevercloud::Printable.

Member Data Documentation

◆ localData

EverCloudLocalData qevercloud::BootstrapProfile::localData

See the declaration of EverCloudLocalData for details

◆ name

QString qevercloud::BootstrapProfile::name

The unique name of the profile, which is guaranteed to remain consistent across calls to getBootstrapInfo.

◆ settings

BootstrapSettings qevercloud::BootstrapProfile::settings

The settings for this profile.