akonadi
19 #ifndef AKONADI_SOCIALUTILS_SOCIALNETWORKATTRIBUTES_H
20 #define AKONADI_SOCIALUTILS_SOCIALNETWORKATTRIBUTES_H
22 #include "libakonadisocialutils_export.h"
24 #include "akonadi/attribute.h"
27 #include <QVariantMap>
31 class SocialNetworkAttributesPrivate;
36 SocialNetworkAttributes();
45 SocialNetworkAttributes(
const QString &userName,
const QString &networkName,
46 bool canPublish, uint maxPostLength );
47 ~SocialNetworkAttributes();
49 void deserialize(
const QByteArray &data );
50 QByteArray serialized()
const;
52 QByteArray type()
const;
57 QString userName()
const;
62 QString networkName()
const;
67 bool canPublish()
const;
72 uint maxPostLength()
const;
75 SocialNetworkAttributesPrivate *
const d;
80 #endif // SOCIALNETWORKATTRIBUTES_H
Provides interface for custom attributes for Entity.
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.