• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdegraphics API Reference
  • KDE Home
  • Contact Us
 

okular

  • sources
  • kde-4.12
  • kdegraphics
  • okular
  • core
tile.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2012 by Fabio D'Urso <fabiodurso@hotmail.it> *
3  * This program is free software; you can redistribute it and/or modify *
4  * it under the terms of the GNU General Public License as published by *
5  * the Free Software Foundation; either version 2 of the License, or *
6  * (at your option) any later version. *
7  ***************************************************************************/
8 
9 #ifndef _OKULAR_TILE_H_
10 #define _OKULAR_TILE_H_
11 
12 #include "area.h"
13 
14 class QPixmap;
15 
16 namespace Okular {
17 
25 class OKULAR_EXPORT Tile
26 {
27  public:
28  Tile( const NormalizedRect &rect, QPixmap *pixmap, bool isValid );
29  Tile( const Tile &t );
30  ~Tile();
31 
35  NormalizedRect rect() const;
36 
40  QPixmap * pixmap() const;
41 
45  bool isValid() const;
46 
47  Tile& operator=( const Tile &other );
48 
49  private:
50  class Private;
51  Private * d;
52 };
53 
54 }
55 
56 #endif // _OKULAR_TILE_H_
Okular::NormalizedRect
NormalizedRect is a helper class which stores the coordinates of a normalized rect, which is a rectangle of.
Definition: area.h:105
area.h
Okular::Tile
This class represents a rectangular portion of a page.
Definition: tile.h:25
OKULAR_EXPORT
#define OKULAR_EXPORT
Definition: okular_export.h:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okular

Skip menu "okular"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdegraphics API Reference

Skip menu "kdegraphics API Reference"
  •     libkdcraw
  •     libkexiv2
  •     libkipi
  •     libksane
  • okular

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal