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)
Member Function Documentation
◆ isValid()
bool Tile::isValid | ( | ) | const |
True if the pixmap is available and updated.
Definition at line 715 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-2023 The KDE developers.
Generated on Mon Jun 5 2023 04:05:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 04:05:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.