• 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
imagecollection.h
Go to the documentation of this file.
1 
32 #ifndef KIPI_IMAGECOLLECTION_H
33 #define KIPI_IMAGECOLLECTION_H
34 
35 // Qt includes
36 
37 #include <QtCore/QString>
38 #include <QtCore/QDateTime>
39 
40 // KDE includes
41 
42 #include <kurl.h>
43 
44 // Local includes
45 
46 #include "libkipi_export.h"
47 
49 namespace KIPI
50 {
51 
52 class ImageCollectionShared;
53 
58 class LIBKIPI_EXPORT ImageCollection
59 {
60 
61 public:
62 
63  ImageCollection(ImageCollectionShared* const);
64  ImageCollection(const ImageCollection& other);
65  ImageCollection();
66  ~ImageCollection();
67 
68  ImageCollection& operator=(const ImageCollection&);
69  bool operator==(const ImageCollection&) const;
70 
72 
76  QString name() const;
77 
82  QString comment() const;
83 
88  QString category() const;
89 
94  QDate date() const;
95 
99  KUrl::List images() const;
100 
109  KUrl path() const;
110 
123  KUrl uploadPath() const;
124 
139  KUrl uploadRoot() const;
140 
146  QString uploadRootName() const;
147 
153  bool isDirectory() const;
154 
158  bool isValid() const;
159 
160 private:
161 
162  mutable ImageCollectionShared* d;
163 };
164 
165 } // namespace KIPI
166 
167 #endif /* IMAGECOLLECTION_H */
KIPI::ImageCollection
Holds info about the collection from KIPI host application.
Definition: imagecollection.h:58
LIBKIPI_EXPORT
#define LIBKIPI_EXPORT
Definition: libkipi_export.h:39
libkipi_export.h
===========================================================This file is part of the KDE project ...
QDate
QString
KIPI::ImageCollectionShared
See ImageCollection documentation for details.
Definition: imagecollectionshared.h:53
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