Okular::Tile

Search for usage in LXR

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
 
Tileoperator= (const Tile &other)
 
QPixmappixmap () 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)

Definition at line 22 of file tile.h.

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=()

Tile & Tile::operator= ( const Tile & other)

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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:35 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.