rwlogo

Rogue Wave Views
Maps Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

Classes | Typedefs
tilectrl.h File Reference
#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...
 

Detailed Description

[library ilvmaps ilviews/maps/tiling/tilectrl.h] Declaration of the IlvTileController class and of the IlvTileListener abstract base class.

Typedef Documentation

IlvTileControllerMapFunction

Definition of the type of function that maps to a set of tiles.

Parameters
tileThe current tile.
argThe user argument.
See Also
IlvTileController::mapToTiles()
IlvTileControllerMatchFunction

Definition of the type of function that matches to a set of tiles.

Parameters
tileThe current tile.
argThe user argument.
See Also
IlvTileController::mapToTilesUntilMatch()

© Copyright 2014, 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.