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

libs/libkipi/libkipi

  • sources
  • kde-4.14
  • kdegraphics
  • libs
  • libkipi
  • libkipi
imageinfo.h
Go to the documentation of this file.
1 
32 #ifndef KIPI_IMAGEINFO_H
33 #define KIPI_IMAGEINFO_H
34 
35 // Qt includes
36 
37 #include <QtCore/QString>
38 #include <QtCore/QDateTime>
39 #include <QtCore/QMap>
40 #include <QtCore/QVariant>
41 
42 // KDE includes
43 
44 #include <kurl.h>
45 #include <kdemacros.h>
46 
47 // Local includes
48 
49 #include "libkipi_export.h"
50 
51 namespace KIPI
52 {
53 
54 class ImageInfoShared;
55 
63 class LIBKIPI_EXPORT ImageInfo
64 {
65 
66 public:
67 
70  ImageInfo(ImageInfoShared* const);
71  ImageInfo(const ImageInfo&);
72  ~ImageInfo();
73 
173  QMap<QString, QVariant> attributes() const;
174 
178  void addAttributes(const QMap<QString, QVariant>&);
179 
223  void delAttributes(const QStringList&);
224 
227  void clearAttributes();
228 
231  void cloneData(const ImageInfo& other);
232 
235  KUrl url() const;
236 
237 private:
238 
239  ImageInfo();
240  ImageInfo& operator=(const ImageInfo&);
241 
242 private:
243 
244  mutable ImageInfoShared* d;
245 };
246 
247 } // namespace KIPI
248 
249 #endif /* KIPI_IMAGEINFO_H */
QMap
LIBKIPI_EXPORT
#define LIBKIPI_EXPORT
Definition: libkipi_export.h:39
KIPI::ImageInfo
Holds info about an image from KIPI host application.
Definition: imageinfo.h:63
libkipi_export.h
===========================================================This file is part of the KDE project ...
QStringList
KIPI::ImageInfoShared
See ImageInfo documentation for details.
Definition: imageinfoshared.h:62
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libs/libkipi/libkipi

Skip menu "libs/libkipi/libkipi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

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