khtmlImLoad::Tile

Search for usage in LXR

#include <tile.h>

Inherited by khtmlImLoad::ImageTile, and khtmlImLoad::PixmapTile.

Public Types

enum  { TileSize = 64 }
 

Public Attributes

unsigned char versions [Tile::TileSize]
 

Protected Member Functions

virtual void discard ()=0
 

Protected Attributes

TileCacheNode * cacheNode
 

Detailed Description

We hold pointers tiles in the cache.

The interface is simple: when they get kicked out of the cache, the discard method is invoked to have the associated resources freed. Note that the cache does not own the entries, but merely mages the more expensive part of their resources. The cacheEntry field is used to link the tile node to the appropriate cache entry for it.

Definition at line 44 of file tile.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:08:44 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.