TileCoordsPyramid Class Reference
from PyKDE4.marble import *
Namespace: Marble
Detailed Description
Methods | |
__init__ (self, int topLevel, int bottomLevel) | |
__init__ (self, Marble.TileCoordsPyramid other) | |
__init__ (self) | |
int | bottomLevel (self) |
QRect | coords (self, int level) |
setBottomLevelCoords (self, QRect coords) | |
long | tilesCount (self) |
int | topLevel (self) |
Method Documentation
__init__ | ( | self, | ||
int | topLevel, | |||
int | bottomLevel | |||
) |
__init__ | ( | self, | ||
Marble.TileCoordsPyramid | other | |||
) |
__init__ | ( | self ) |
int bottomLevel | ( | self ) |
QRect coords | ( | self, | ||
int | level | |||
) |
setBottomLevelCoords | ( | self, | ||
QRect | coords | |||
) |
long tilesCount | ( | self ) |
returns the number of tiles covered by one pyramid
int topLevel | ( | self ) |