• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepimlibs API Reference
  • KDE Home
  • Contact Us
 

akonadi

  • Akonadi
  • CollectionQuotaAttribute
Public Member Functions | List of all members
Akonadi::CollectionQuotaAttribute Class Reference

#include <collectionquotaattribute.h>

Inheritance diagram for Akonadi::CollectionQuotaAttribute:
Inheritance graph
[legend]

Public Member Functions

 CollectionQuotaAttribute ()
 
 CollectionQuotaAttribute (qint64 currentValue, qint64 maxValue)
 
 ~CollectionQuotaAttribute ()
 
virtual Attribute * clone () const
 
qint64 currentValue () const
 
virtual void deserialize (const QByteArray &data)
 
qint64 maximumValue () const
 
virtual QByteArray serialized () const
 
void setCurrentValue (qint64 value)
 
void setMaximumValue (qint64 value)
 
virtual QByteArray type () const
 
- Public Member Functions inherited from Akonadi::Attribute
virtual ~Attribute ()
 

Additional Inherited Members

- Public Types inherited from Akonadi::Attribute
typedef QList< Attribute * > List
 

Detailed Description

Attribute that provides quota information for a collection.

This attribute class provides quota information (e.g. current fill value and maximum fill value) for an Akonadi collection.

Example:

using namespace Akonadi;
const Collection collection = collectionFetchJob->collections().first();
if ( collection.hasAttribute<CollectionQuotaAttribute>() ) {
const CollectionQuotaAttribute *attribute = collection.attribute<CollectionQuotaAttribute>();
qDebug() << "current value" << attribute->currentValue();
}
Author
Kevin Ottens ervin.nosp@m.@kde.nosp@m..org
Since
4.4

Definition at line 50 of file collectionquotaattribute.h.

Constructor & Destructor Documentation

CollectionQuotaAttribute::CollectionQuotaAttribute ( )

Creates a new collection quota attribute.

Definition at line 38 of file collectionquotaattribute.cpp.

CollectionQuotaAttribute::CollectionQuotaAttribute ( qint64  currentValue,
qint64  maxValue 
)

Creates a new collection quota attribute with initial values.

Parameters
currentValueThe current quota value in bytes.
maxValueThe maximum quota value in bytes.

Definition at line 43 of file collectionquotaattribute.cpp.

CollectionQuotaAttribute::~CollectionQuotaAttribute ( )

Destroys the collection quota attribute.

Definition at line 48 of file collectionquotaattribute.cpp.

Member Function Documentation

Akonadi::Attribute * CollectionQuotaAttribute::clone ( ) const
virtual

Creates a copy of this attribute.

Implements Akonadi::Attribute.

Definition at line 78 of file collectionquotaattribute.cpp.

qint64 CollectionQuotaAttribute::currentValue ( ) const

Returns the current quota value in bytes.

Definition at line 63 of file collectionquotaattribute.cpp.

void CollectionQuotaAttribute::deserialize ( const QByteArray &  data)
virtual

Sets the data of this attribute, using the same encoding as returned by toByteArray().

Parameters
dataThe encoded attribute data.

Implements Akonadi::Attribute.

Definition at line 90 of file collectionquotaattribute.cpp.

qint64 CollectionQuotaAttribute::maximumValue ( ) const

Returns the maximum quota value in bytes.

Definition at line 68 of file collectionquotaattribute.cpp.

QByteArray CollectionQuotaAttribute::serialized ( ) const
virtual

Returns a QByteArray representation of the attribute which will be storaged.

This can be raw binary data, no encoding needs to be applied.

Implements Akonadi::Attribute.

Definition at line 83 of file collectionquotaattribute.cpp.

void CollectionQuotaAttribute::setCurrentValue ( qint64  value)

Sets the current quota value for the collection.

Parameters
valueThe current quota value in bytes.

Definition at line 53 of file collectionquotaattribute.cpp.

void CollectionQuotaAttribute::setMaximumValue ( qint64  value)

Sets the maximum quota value for the collection.

Parameters
valueThe maximum quota value in bytes.

Definition at line 58 of file collectionquotaattribute.cpp.

QByteArray CollectionQuotaAttribute::type ( ) const
virtual

Returns the type of the attribute.

Implements Akonadi::Attribute.

Definition at line 73 of file collectionquotaattribute.cpp.


The documentation for this class was generated from the following files:
  • collectionquotaattribute.h
  • collectionquotaattribute.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • Related Pages

kdepimlibs API Reference

Skip menu "kdepimlibs API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kldap
  • kmbox
  • kmime
  • kpimidentities
  • kpimtextedit
  • kresources
  • ktnef
  • kxmlrpcclient
  • microblog

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal