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

« back to all changes in this revision

Viewing changes to digikam/libs/widgets/iccprofiles/iccprofilewidget.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        : 2006-06-23
7
7
 * Description : a tab widget to display ICC profile infos
8
8
 * 
9
 
 * Copyright (C) 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
9
 * Copyright (C) 2006-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
53
53
    QString getTagDescription(const QString& key);
54
54
    QString getTagTitle(const QString& key);
55
55
 
56
 
    QString getMetadataTitle(void);
 
56
    QString getMetadataTitle();
57
57
 
58
58
    void    setLoadingFailed();
59
59
    void    setDataLoading();
60
60
 
61
61
protected slots:    
62
62
    
63
 
    virtual void slotSaveMetadataToFile(void);
 
63
    virtual void slotSaveMetadataToFile();
64
64
    
65
65
private:
66
66
 
67
 
    bool decodeMetadata(void);
68
 
    void buildView(void);
 
67
    bool decodeMetadata();
 
68
    void buildView();
69
69
    
70
70
private:
71
71