libkdegames Library API Documentation

KGrid2D Namespace Reference


Classes

class  Generic
 This template class represents a generic bidimensionnal grid. More...
class  SquareBase
 This class contains static methods to manipulate coordinates for a square bidimensionnal grid. More...
class  Square
 This template is a Generic implementation for a square bidimensionnal grid (SquareBase). More...
class  HexagonalBase
 This class contains static methods to manipulate coordinates on an hexagonal grid where hexagons form horizontal lines:. More...
class  Hexagonal
 This template implements a hexagonal grid where hexagons form horizontal lines:. More...

Typedefs

typedef QPair< int, int > Coord
typedef QValueList< CoordCoordList


Typedef Documentation

typedef QPair<int, int> KGrid2D::Coord
 

This type represents coordinates on a bidimensionnal grid.

Since:
3.2

Definition at line 39 of file kgrid2d.h.

typedef QValueList<Coord> KGrid2D::CoordList
 

This type represents a list of Coord.

Since:
3.2

Definition at line 45 of file kgrid2d.h.

KDE Logo
This file is part of the documentation for libkdegames Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Sep 12 05:18:20 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003