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

« back to all changes in this revision

Viewing changes to digikam/imageplugins/coreplugin/imageeffect_iccproof.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:
8
8
 *               colors using an ICC color profile
9
9
 *
10
10
 * Copyright (C) 2005-2006 by F.J. Cruz <fj.cruz@supercable.es>
11
 
 * Copyright (C) 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
11
 * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
12
12
 *
13
13
 * This program is free software; you can redistribute it
14
14
 * and/or modify it under the terms of the GNU General
23
23
 * 
24
24
 * ============================================================ */
25
25
 
26
 
 
27
26
#ifndef IMAGEEFFECT_ICCPROOF_H
28
27
#define IMAGEEFFECT_ICCPROOF_H
29
28
 
63
62
    Q_OBJECT
64
63
 
65
64
public:
66
 
    
 
65
 
67
66
    ImageEffect_ICCProof(QWidget* parent);
68
67
    ~ImageEffect_ICCProof();
69
68
 
127
126
        GreenChannel,
128
127
        BlueChannel
129
128
    };
130
 
    
 
129
 
131
130
    enum ICCSettingsTab
132
131
    {
133
132
        GENERALPAGE=0,
139
138
 
140
139
    bool                            m_cmEnabled;
141
140
    bool                            m_hasICC;
142
 
    
 
141
 
143
142
    uchar                          *m_destinationPreviewData;
144
143
 
145
144
    QComboBox                      *m_channelCB;
171
170
    QHButtonGroup                  *m_scaleBG;
172
171
    QVButtonGroup                  *m_renderingIntentBG;
173
172
    QVButtonGroup                  *m_profilesBG;
174
 
    
 
173
 
175
174
    QByteArray                      m_embeddedICC;
176
175
 
177
176
    QToolBox                       *m_toolBoxWidgets;
181
180
    KURLRequester                  *m_inProfilesPath;
182
181
    KURLRequester                  *m_spaceProfilePath;
183
182
    KURLRequester                  *m_proofProfilePath;
184
 
        
 
183
 
185
184
    Digikam::DImg                  *m_originalImage;
186
185
 
187
186
    Digikam::CurvesWidget          *m_curvesWidget;