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

digikam

albumselectdialog.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        : 2005-06-16
00007  * Description : a dialog to select a target album to download
00008  *               pictures from camera
00009  *
00010  * Copyright (C) 2005 by Renchi Raju <renchi@pooh.tam.uiuc.edu>
00011  * Copyright (C) 2006-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
00012  *
00013  * This program is free software; you can redistribute it
00014  * and/or modify it under the terms of the GNU General
00015  * Public License as published by the Free Software Foundation;
00016  * either version 2, or (at your option)
00017  * any later version.
00018  *
00019  * This program is distributed in the hope that it will be useful,
00020  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00021  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00022  * GNU General Public License for more details.
00023  *
00024  * ============================================================ */
00025 
00026 #ifndef ALBUMSELECTDIALOG_H
00027 #define ALBUMSELECTDIALOG_H
00028 
00029 // Qt includes
00030 
00031 #include <QString>
00032 
00033 // KDE includes
00034 
00035 #include <kdialog.h>
00036 
00037 // Local includes
00038 
00039 #include "searchtextbar.h"
00040 
00041 namespace Digikam
00042 {
00043 
00044 class PAlbum;
00045 class AlbumSelectDialogPrivate;
00046 
00047 class AlbumSelectDialog : public KDialog
00048 {
00049     Q_OBJECT
00050 
00051 public:
00052 
00053     AlbumSelectDialog(QWidget* parent, PAlbum* albumToSelect,
00054                       const QString& header=QString(),
00055                       const QString& newAlbumString=QString());
00056     ~AlbumSelectDialog();
00057 
00058 
00059     static PAlbum* selectAlbum(QWidget* parent,
00060                                PAlbum* albumToSelect,
00061                                const QString& header=QString(),
00062                                const QString& newAlbumString=QString());
00063 
00064 private Q_SLOTS:
00065 
00066     void slotSelectionChanged();
00067 
00068 private:
00069 
00070     AlbumSelectDialogPrivate* const d;
00071 };
00072 
00073 }  // namespace Digikam
00074 
00075 #endif /* ALBUMSELECTDIALOG_H */

digikam

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

API Reference

Skip menu "API Reference"
  • digikam
Generated for API Reference by doxygen 1.5.9-20090814
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