~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to digikam/albumlister.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-21 23:19:11 UTC
  • mfrom: (1.2.33 upstream) (3.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20101221231911-z9jip7s5aht1jqn9
Tags: 2:1.7.0-1ubuntu1
* Merge from Debian Experimental. Remaining Ubuntu changes:
  - Export .pot name and copy to plugins in debian/rules
  - Version build-depends on kipi-plugins-dev to ensure build is against the
    same version on all archs
* Drop debian/patches/kubuntu_01_linker.diff, incoporated upstream
* Remove patches directory and unused patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * http://www.digikam.org
5
5
 *
6
6
 * Date        : 2004-06-26
7
 
 * Description : Albums lister. 
 
7
 * Description : Albums lister.
8
8
 *
9
9
 * Copyright (C) 2004-2005 by Renchi Raju <renchi@pooh.tam.uiuc.edu>
10
10
 * Copyright (C) 2007-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
11
 
 * Copyright (C) 2007 by Arnd Baecker <arnd dot baecker at web dot de> 
 
11
 * Copyright (C) 2007 by Arnd Baecker <arnd dot baecker at web dot de>
12
12
 *
13
13
 * This program is free software; you can redistribute it
14
14
 * and/or modify it under the terms of the GNU General
60
60
/**
61
61
 * Manages imageinfo
62
62
 *
63
 
 * does listing of imageinfo for the current album and controls the lifetime 
 
63
 * does listing of imageinfo for the current album and controls the lifetime
64
64
 * of the imageinfo. kioslaves are used for listing the imageinfo
65
65
 * corresponding to an album. Similar to the albummanager, frontend entities need
66
66
 * to connect to the AlbumLister for notifications of new Images, deletion of
101
101
    /**
102
102
     * Opens an album to lists its items
103
103
     */
104
 
    void openAlbum(Album *album);
 
104
    void openAlbum(Album* album);
105
105
    void stop();
106
106
 
107
107
    /**
166
166
 
167
167
    AlbumListerPriv* const d;
168
168
 
169
 
    static AlbumLister *m_instance;
 
169
    static AlbumLister* m_instance;
170
170
};
171
171
 
172
172
}  // namespace Digikam