Classes | |
| class | BingSource |
| class | CacheThread |
| class | Image |
| class | ImageCache |
| class | Texture |
| class | TextureCache |
| struct | Tile |
| class | TileMapPlugin |
| class | TileMapView |
| class | TileSource |
| class | WmtsSource |
Typedefs | |
| typedef boost::shared_ptr < ImageCache > | ImageCachePtr |
| typedef boost::shared_ptr< Image > | ImagePtr |
| typedef boost::shared_ptr < TextureCache > | TextureCachePtr |
| typedef boost::shared_ptr < Texture > | TexturePtr |
Functions | |
| bool | ComparePriority (const ImagePtr left, const ImagePtr right) |
| typedef boost::shared_ptr<ImageCache> tile_map::ImageCachePtr |
Definition at line 162 of file image_cache.h.
| typedef boost::shared_ptr<Image> tile_map::ImagePtr |
Definition at line 98 of file image_cache.h.
| typedef boost::shared_ptr<TextureCache> tile_map::TextureCachePtr |
Definition at line 67 of file texture_cache.h.
| typedef boost::shared_ptr<Texture> tile_map::TexturePtr |
Definition at line 50 of file texture_cache.h.
| bool tile_map::ComparePriority | ( | const ImagePtr | left, |
| const ImagePtr | right | ||
| ) |
Definition at line 45 of file image_cache.cpp.