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

libs/libkexiv2/libkexiv2

  • sources
  • kde-4.12
  • kdegraphics
  • libs
  • libkexiv2
  • libkexiv2
kexiv2data.h
Go to the documentation of this file.
1 
28 #ifndef KEXIV2DATA_H
29 #define KEXIV2DATA_H
30 
31 // QT includes
32 
33 #include <QtCore/QSharedDataPointer>
34 
35 // Local includes
36 
37 #include "libkexiv2_export.h"
38 
39 namespace KExiv2Iface
40 {
41 
42 class KEXIV2_EXPORT KExiv2Data
43 {
44 public:
45 
46  KExiv2Data();
47  KExiv2Data(const KExiv2Data&);
48  ~KExiv2Data();
49 
50  KExiv2Data& operator=(const KExiv2Data&);
51 
52 public:
53 
54  // Declared as public due to use in KExiv2Priv class
55  class Private;
56 
57 private:
58 
59  QSharedDataPointer<Private> d;
60 
61  friend class KExiv2;
62 };
63 
64 } // NameSpace KExiv2Iface
65 
66 #endif /* KEXIV2_H */
KEXIV2_EXPORT
#define KEXIV2_EXPORT
Definition: libkexiv2_export.h:39
KExiv2Iface::KExiv2
Definition: kexiv2.h:61
KExiv2Iface::KExiv2Data
Definition: kexiv2data.h:42
libkexiv2_export.h
===========================================================This file is part of the KDE project ...
KExiv2Iface::KExiv2Data::Private
Definition: kexiv2_p.h:119
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libs/libkexiv2/libkexiv2

Skip menu "libs/libkexiv2/libkexiv2"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdegraphics API Reference

Skip menu "kdegraphics API Reference"
  •     libkdcraw
  •     libkexiv2
  •     libkipi
  •     libksane
  • okular

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