Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Typedefs
reposit.h File Reference
#include <ilviews/graphics/holder.h>
#include <ilviews/base/graphic.h>
#include <ilviews/dataccess/module.h>
#include <ilviews/dataccess/gadgets/datasrc.h>
#include <ilviews/dataccess/intrface/repositf.h>

Classes

class  IliRepository
 User interface class. More...
 

Typedefs

typedef void(* IliDataSourceCallback) (IliDataSource *dataSource, IlvGraphic *subscriber, IlAny userData)
 

Detailed Description

Library: dataccess
Declarations about repository

Typedef Documentation

◆ IliDataSourceCallback

IliDataSourceCallback

This type defines the prototype of a function that is called when a data source becomes available or when it goes out of scope.

Parameters
dataSourceThe data source gadget or 0 if the data source goes out of scope.
subscriberThe graphic object for which a subscription has been requested.
userDataThe user data provided at subscription time.
See also
IliRepository, IliDataSource.