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

« back to all changes in this revision

Viewing changes to digikam/utilities/cameragui/cameracontroller.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:
2
2
 *
3
3
 * This file is a part of digiKam project
4
4
 * http://www.digikam.org
5
 
 * 
 
5
 *
6
6
 * Date        : 2004-09-17
7
7
 * Description : digital camera controller
8
 
 * 
 
8
 *
9
9
 * Copyright (C) 2004-2005 by Renchi Raju <renchi@pooh.tam.uiuc.edu>
10
 
 * Copyright (C) 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com> 
 
10
 * Copyright (C) 2006-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
14
14
 * Public License as published by the Free Software Foundation;
15
15
 * either version 2, or (at your option)
16
16
 * any later version.
17
 
 * 
 
17
 *
18
18
 * This program is distributed in the hope that it will be useful,
19
19
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
20
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
21
 * GNU General Public License for more details.
22
 
 * 
 
22
 *
23
23
 * ============================================================ */
24
24
 
25
25
#ifndef CAMERACONTROLLER_H
65
65
    void deleteFile(const QString& folder, const QString& file);
66
66
    void lockFile(const QString& folder, const QString& file, bool lock);
67
67
    void openFile(const QString& folder, const QString& file);
68
 
    
 
68
 
69
69
signals:
70
70
 
71
71
    void signalBusy(bool val);
84
84
    void signalThumbnail(const QString& folder, const QString& file, const QImage& thumb);
85
85
    void signalExifFromFile(const QString& folder, const QString& file);
86
86
    void signalExifData(const QByteArray& exifData);
87
 
        
 
87
 
88
88
protected:
89
89
 
90
90
    void customEvent(QCustomEvent* e);
91
 
    
 
91
 
92
92
public slots:
93
93
 
94
94
    void slotCancel();
101
101
private:
102
102
 
103
103
    CameraControllerPriv *d;
104
 
    
 
104
 
105
105
    friend class CameraThread;
106
106
};
107
 
    
 
107
 
108
108
}  // namespace Digikam
109
109
 
110
110
#endif /* CAMERACONTROLLER_H */