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

kapptemplate

  • sources
  • kde-4.12
  • kdesdk
  • kapptemplate
  • templates
  • C++
  • akonadiserializer
akonadi_serializer_%{APPNAMELC}.h
Go to the documentation of this file.
1 #ifndef AKONADI_SERIALIZER_%{APPNAMEUC}_H
2 #define AKONADI_SERIALIZER_%{APPNAMEUC}_H
3 
4 #include <QtCore/QObject>
5 
6 #include <akonadi/itemserializerplugin.h>
7 
8 namespace Akonadi {
9 
10 class SerializerPlugin%{APPNAME} : public QObject, public ItemSerializerPlugin
11 {
12  Q_OBJECT
13  Q_INTERFACES( Akonadi::ItemSerializerPlugin )
14 
15 public:
16  bool deserialize( Item& item, const QByteArray& label, QIODevice& data, int version );
17  void serialize( const Item& item, const QByteArray& label, QIODevice& data, int &version );
18  QSet<QByteArray> parts( const Item &item ) const;
19 };
20 
21 }
22 
23 #endif
Item
APPNAME
main APPNAME
version
static const char version[]
Definition: main.cpp:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kapptemplate

Skip menu "kapptemplate"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

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