~ubuntu-branches/ubuntu/karmic/digikam/karmic-backports

« back to all changes in this revision

Viewing changes to utilities/imageeditor/canvas/iccsettings.h

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2009-12-07 19:03:53 UTC
  • mfrom: (54.1.4 lucid)
  • Revision ID: james.westby@ubuntu.com-20091207190353-oara3lenjxymto3i
Tags: 2:1.0.0~rc-1ubuntu1~karmic1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Description : central place for ICC settings
8
8
 *
9
9
 * Copyright (C) 2005-2006 by F.J. Cruz <fj.cruz@supercable.es>
10
 
 * Copyright (C) 2005-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
10
 * Copyright (C) 2005-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
11
11
 * Copyright (C) 2009 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
12
12
 *
13
13
 * This program is free software; you can redistribute it
102
102
Q_SIGNALS:
103
103
 
104
104
    void settingsChanged();
105
 
    void settingsChanged(const ICCSettingsContainer &current, const ICCSettingsContainer &previous);
 
105
    void settingsChanged(const ICCSettingsContainer& current, const ICCSettingsContainer& previous);
106
106
 
107
107
private:
108
108
 
109
 
    void readFromConfig();
110
 
 
111
 
    friend class IccSettingsCreator;
112
109
    IccSettings();
113
110
    ~IccSettings();
114
111
 
 
112
    void readFromConfig();
 
113
 
 
114
private:
 
115
 
115
116
    IccSettingsPriv* const d;
 
117
 
 
118
    friend class IccSettingsCreator;
116
119
};
117
120
 
118
121
}  // namespace Digikam