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

« back to all changes in this revision

Viewing changes to digikam/digikam/digikamview.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 : implementation of album view interface. 
8
8
 *
9
9
 * Copyright (C) 2002-2005 by Renchi Raju <renchi@pooh.tam.uiuc.edu> 
10
 
 * Copyright (C) 2002-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
10
 * Copyright (C) 2002-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
11
11
 *
12
12
 * This program is free software; you can redistribute it
13
13
 * and/or modify it under the terms of the GNU General
54
54
    ~DigikamView();
55
55
 
56
56
    void applySettings();
 
57
    void refreshView();
57
58
    void clearHistory();
58
59
    void getForwardHistory(QStringList &titles);
59
60
    void getBackwardHistory(QStringList &titles);
77
78
    void signalGotoDateAndItem(AlbumIconItem *);
78
79
    void signalGotoTagAndItem(int tagID);
79
80
    void signalChangedTab(QWidget*);
80
 
     
 
81
 
81
82
public slots:
82
83
 
83
84
    // View Action slots
100
101
    void slotAlbumImportFolder();
101
102
    void slotAlbumHistoryBack(int steps=1);
102
103
    void slotAlbumHistoryForward(int steps=1);
 
104
    void slotAlbumAdded(Album *album);
103
105
    void slotAlbumDeleted(Album *album);
104
106
    void slotAlbumRenamed(Album *album);
105
107
    void slotAlbumSyncPicturesMetadata();
108
110
    void slotGotoAlbumAndItem(AlbumIconItem* iconItem);
109
111
    void slotGotoDateAndItem(AlbumIconItem* iconItem);
110
112
    void slotGotoTagAndItem(int tagID);
111
 
   
 
113
 
112
114
    // Tag action slots
113
115
    void slotNewTag();
114
116
    void slotDeleteTag();