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

« back to all changes in this revision

Viewing changes to digikam/utilities/lighttable/lighttablewindow.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:
6
6
 * Date        : 2007-03-05
7
7
 * Description : digiKam light table GUI
8
8
 *
9
 
 * Copyright (C) 2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
9
 * Copyright (C) 2007-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
10
 *
11
11
 * This program is free software; you can redistribute it
12
12
 * and/or modify it under the terms of the GNU General
58
58
    static bool              lightTableWindowCreated();
59
59
 
60
60
    void loadImageInfos(const ImageInfoList &list, ImageInfo *imageInfoCurrent, bool addTo);
61
 
    void setLeftRightItems(const ImageInfoList &list);
 
61
    void setLeftRightItems(const ImageInfoList &list, bool addTo);
62
62
    void applySettings();
 
63
    void refreshView();
63
64
 
64
65
signals: 
65
66
 
101
102
    void slotSetItemOnRightPanel(ImageInfo*);
102
103
    void slotLeftDroppedItems(const ImageInfoList&);
103
104
    void slotRightDroppedItems(const ImageInfoList&);
104
 
    
 
105
 
105
106
    void slotLeftPanelLeftButtonClicked();
106
107
    void slotRightPanelLeftButtonClicked();
107
108
 
137
138
    void slotToggleFullScreen();
138
139
    void slotEscapePressed();
139
140
    void slotDonateMoney();
 
141
    void slotContribute();
 
142
    void slotRawCameraList();
140
143
    void slotEditKeys();
141
144
    void slotConfToolbars();
142
145
    void slotNewToolbarConfig();
143
146
    void slotSetup();
144
147
 
 
148
    void slotThemeChanged();
 
149
    void slotChangeTheme(const QString& theme);
 
150
 
145
151
private:
146
152
 
147
153
    LightTableWindowPriv    *d;