~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/digikam/albumfolderview.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Description : Albums folder view.
8
8
 *
9
9
 * Copyright (C) 2005-2006 by Joern Ahrens <joern.ahrens@kdemail.net>
 
10
 * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
11
 *
11
12
 * This program is free software; you can redistribute it
12
13
 * and/or modify it under the terms of the GNU General
66
67
    void setAlbumThumbnail(PAlbum *album);
67
68
 
68
69
    void setCurrentAlbum(Album *album);
 
70
    void refresh();
69
71
 
70
72
signals:
71
73
    
72
74
    void signalAlbumModified();
73
 
    void signalFolderFilterMatch(bool);
 
75
    void signalTextFolderFilterMatch(bool);
74
76
 
75
77
public slots:
76
78
 
77
 
    void slotFolderFilterChanged(const QString&);
 
79
    void slotTextFolderFilterChanged(const QString&);
78
80
 
79
81
private slots:
80
82
 
93
95
 
94
96
    void slotDIOResult(KIO::Job* job);
95
97
 
 
98
    void slotRefresh(const QMap<int, int>&);
 
99
 
96
100
protected:
97
101
 
98
102
    void contentsDropEvent(QDropEvent *e);
120
124
 
121
125
private:
122
126
 
123
 
    AlbumFolderViewPriv   *d;
124
 
 
 
127
    AlbumFolderViewPriv *d;
125
128
};
126
129
 
127
130
}  // namespace Digikam