Rogue Wave Views Maps Package API Reference Guide |
Rogue Wave Views Documentation Home |
#include <ilviews/maps/tiling/tile.h>
#include <ilviews/maps/tiling/tileloader.h>
#include <ilviews/manager/manager.h>
#include <ilviews/maps/clssinfo.h>
Classes | |
class | IlvTileController |
This class manages the load-on-demand process. More... | |
class | IlvTileListener |
Used to be notified of the tile events (tile loaded, tile released, tile cached, and so on). More... | |
Typedefs | |
typedef void(* | IlvTileControllerMapFunction) (IlvTile *tile, IlAny arg) |
Definition of the type of function that maps to a set of tiles. More... | |
typedef IlBoolean(* | IlvTileControllerMatchFunction) (IlvTile *tile, IlAny arg) |
Definition of the type of function that matches to a set of tiles. More... | |
Library: ilvmaps
Declaration of the IlvTileController
class and of the IlvTileListener
abstract base class.
IlvTileControllerMapFunction |
Definition of the type of function that maps to a set of tiles.
tile | The current tile. |
arg | The user argument. |
IlvTileControllerMatchFunction |
Definition of the type of function that matches to a set of tiles.
tile | The current tile. |
arg | The user argument. |
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.