Okular::Tile
Okular::Tile Class Reference
#include <tile.h>
Public Member Functions | |
| Tile (const NormalizedRect &rect, QPixmap *pixmap, bool isValid) | |
| Tile (const Tile &t) | |
| bool | isValid () const | 
| Tile & | operator= (const Tile &other) | 
| QPixmap * | pixmap () const | 
| NormalizedRect | rect () const | 
Detailed Description
This class represents a rectangular portion of a page.
It doesn't take ownership of pixmap
- Since
 - 0.16 (KDE 4.10)
 
Constructor & Destructor Documentation
◆ Tile() [1/2]
| Tile::Tile | ( | const NormalizedRect & | rect, | 
| QPixmap * | pixmap, | ||
| bool | isValid ) | 
Definition at line 671 of file tilesmanager.cpp.
◆ Tile() [2/2]
| Tile::Tile | ( | const Tile & | t | ) | 
Definition at line 679 of file tilesmanager.cpp.
◆ ~Tile()
| Tile::~Tile | ( | ) | 
Definition at line 700 of file tilesmanager.cpp.
Member Function Documentation
◆ isValid()
| bool Tile::isValid | ( | ) | const | 
True if the pixmap is available and updated.
Definition at line 715 of file tilesmanager.cpp.
◆ operator=()
Definition at line 687 of file tilesmanager.cpp.
◆ pixmap()
| QPixmap * Tile::pixmap | ( | ) | const | 
Pixmap (may also be NULL)
Definition at line 710 of file tilesmanager.cpp.
◆ rect()
| NormalizedRect Tile::rect | ( | ) | const | 
Location of the tile.
Definition at line 705 of file tilesmanager.cpp.
The documentation for this class was generated from the following files:
  This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:59:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:59:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.