~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to okular/core/area.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
        bool operator==( const NormalizedRect &other ) const;
193
193
 
194
194
        /**
 
195
         * Returns the center of the rectangle
 
196
         * @since 0.10 (KDE 4.4)
 
197
         */
 
198
        NormalizedPoint center() const;
 
199
 
 
200
        /**
195
201
         * Transforms the normalized rectangle with the operations defined by @p matrix.
196
202
         */
197
203
        void transform( const QMatrix &matrix );