• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

digikam

albumiconviewfilter.h

Go to the documentation of this file.
00001 /* ============================================================
00002  *
00003  * This file is a part of digiKam project
00004  * http://www.digikam.org
00005  *
00006  * Date        : 2007-11-27
00007  * Description : a bar to filter album contents
00008  *
00009  * Copyright (C) 2007-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
00010  *
00011  * This program is free software; you can redistribute it
00012  * and/or modify it under the terms of the GNU General
00013  * Public License as published by the Free Software Foundation;
00014  * either version 2, or (at your option)
00015  * any later version.
00016  * 
00017  * This program is distributed in the hope that it will be useful,
00018  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00019  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00020  * GNU General Public License for more details.
00021  *
00022  * ============================================================ */
00023 
00024 #ifndef ALBUMICONVIEWFILTER_H
00025 #define ALBUMICONVIEWFILTER_H
00026 
00027 // Qt includes.
00028 
00029 #include "QString"
00030 
00031 // KDE includes.
00032 
00033 #include "khbox.h"
00034 
00035 // local includes.
00036 
00037 #include "albumlister.h"
00038 
00039 class QEvent;
00040 class QObject;
00041 
00042 namespace Digikam
00043 {
00044 
00045 class AlbumIconViewFilterPriv;
00046 
00047 class AlbumIconViewFilter : public KHBox
00048 {
00049     Q_OBJECT
00050 
00051 public:
00052 
00053     AlbumIconViewFilter(QWidget* parent);
00054     ~AlbumIconViewFilter();
00055 
00056     void readSettings();
00057     void saveSettings();
00058 
00059 signals:
00060 
00061     void signalResetTagFilters();
00062 
00063 private slots:
00064 
00065     void slotRatingFilterChanged(int, AlbumLister::RatingCondition);
00066     void slotMimeTypeFilterChanged(int);
00067     void slotTextFilterChanged(const QString&);
00068     void slotItemsFilterMatch(bool);
00069 
00070 private:
00071 
00072     bool eventFilter(QObject *object, QEvent *e);
00073 
00074 private:
00075 
00076     AlbumIconViewFilterPriv* d;
00077 };
00078 
00079 }  // namespace Digikam
00080 
00081 #endif // ALBUMICONVIEWFILTER_H

digikam

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

API Reference

Skip menu "API Reference"
  • digikam
Generated for API Reference by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal