QEverCloud
6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <Types.h>
Public Member Functions | |
virtual void | print (QTextStream &strm) const override |
bool | operator== (const NoteLimits &other) const |
bool | operator!= (const NoteLimits &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
Optional< qint32 > | noteResourceCountMax |
Optional< qint64 > | uploadLimit |
Optional< qint64 > | resourceSizeMax |
Optional< qint64 > | noteSizeMax |
Optional< qint64 > | uploaded |
Represents the owner's account related limits on a Note. The field uploaded represents the total number of bytes that have been uploaded to this account and is taken from the SyncState struct. All other fields represent account related limits and are taken from the AccountLimits struct.
See SyncState and AccountLimits struct field definitions for more details.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
EverCloudLocalData qevercloud::NoteLimits::localData |
See the declaration of EverCloudLocalData for details
Optional< qint32 > qevercloud::NoteLimits::noteResourceCountMax |
NOT DOCUMENTED
Optional< qint64 > qevercloud::NoteLimits::noteSizeMax |
NOT DOCUMENTED
Optional< qint64 > qevercloud::NoteLimits::resourceSizeMax |
NOT DOCUMENTED
Optional< qint64 > qevercloud::NoteLimits::uploaded |
NOT DOCUMENTED
Optional< qint64 > qevercloud::NoteLimits::uploadLimit |
NOT DOCUMENTED