~ubuntu-branches/ubuntu/maverick/digikam/maverick

« back to all changes in this revision

Viewing changes to imageplugins/perspective/perspectivewidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-03-17 23:07:56 UTC
  • mfrom: (1.2.20 upstream) (3.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20090317230756-db5b8rqjwb2j35e5
Tags: 2:0.10.0-1ubuntu1
* Remaining changes to Debian (committed to Debian SVN):
  - Depends: kde-icons-oxygen dropped (included through kdelibs)
  - Recommends: kipi-plugins added (provides major functionality)
  - debian/digikamthemedesigner.manpage: add missing manpage
* Remaning change to Debian:
  - Section: devel for -dbg package (no debug in Jaunty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Date  : 2005-01-18
7
7
 * Description : a widget class to edit perspective.
8
8
 *
9
 
 * Copyright (C) 2005-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
 
 * Copyright (C) 2006-2008 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
 
9
 * Copyright (C) 2005-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
10
 * Copyright (C) 2006-2009 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
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
85
85
 
86
86
    void slotChangeGuideColor(const QColor &color);
87
87
    void slotChangeGuideSize(int size);
 
88
    void slotInverseTransformationChanged(bool isEnabled);
88
89
 
89
90
signals:
90
91
 
91
 
    void signalPerspectiveChanged(QRect newSize, float topLeftAngle, float topRightAngle,
92
 
                                   float bottomLeftAngle, float bottomRightAngle);
 
92
    void signalPerspectiveChanged(const QRect& newSize, float topLeftAngle, float topRightAngle,
 
93
                                  float bottomLeftAngle, float bottomRightAngle);
93
94
 
94
95
protected:
95
96
 
126
127
    bool                 m_antiAlias;
127
128
    bool                 m_drawWhileMoving;
128
129
    bool                 m_drawGrid;
 
130
    bool                 m_inverseTransformation;
129
131
 
130
132
    uint                *m_data;
131
133
    int                  m_w;