khtmlImLoad::Plane
khtmlImLoad::Plane Class Reference
#include <plane.h>
Inheritance diagram for khtmlImLoad::Plane:

Public Member Functions | |
Plane (unsigned int _width, unsigned int _height) | |
unsigned int | tileHeight (unsigned int tileY) |
unsigned int | tileWidth (unsigned int tileX) |
Public Attributes | |
unsigned int | height |
unsigned int | tilesHeight |
unsigned int | tilesWidth |
unsigned int | width |
Detailed Description
All picture data, whether image or pixmap-related, logically denotes a plane: logically, some collection of tiles, which has some geometry.
This class incorporates this abstraction, and provides helper methods for dealing with the tiles
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:57:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:57:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.