• 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.12
  • kdegraphics
  • libs
  • libkipi
  • libkipi
imagecollectionselector.h
Go to the documentation of this file.
1 
26 #ifndef IMAGECOLLECTIONSELECTOR_H
27 #define IMAGECOLLECTIONSELECTOR_H
28 
29 // Qt includes
30 
31 #include <QtGui/QWidget>
32 #include <QtCore/QList>
33 
34 // KIPI includes
35 
36 #include "libkipi_export.h"
37 
38 namespace KIPI
39 {
40 
41 class ImageCollection;
42 
45 class LIBKIPI_EXPORT ImageCollectionSelector : public QWidget
46 {
47 
48 Q_OBJECT
49 
50 public:
51 
52  ImageCollectionSelector(QWidget* const parent=0);
53  virtual ~ImageCollectionSelector();
54 
55  virtual QList<ImageCollection> selectedImageCollections() const;
56  virtual void enableVirtualCollections(bool flag = true);
57 
58 Q_SIGNALS:
59 
60  void selectionChanged();
61 };
62 
63 } // namespace KIPI
64 
65 #endif /* IMAGECOLLECTIONSELECTOR_H */
QWidget
KIPI::ImageCollectionSelector
Re-implement this widget in your KIPI host application to use your dedicated model/view.
Definition: imagecollectionselector.h:45
LIBKIPI_EXPORT
#define LIBKIPI_EXPORT
Definition: libkipi_export.h:39
libkipi_export.h
===========================================================This file is part of the KDE project ...
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:21 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