Alf::IMulModelProvider Class Reference

class Alf::IMulModelProvider

Application should implement this interface inorder to become a data provider. Data model uses this interface to ask the application for data.

Public Member Functions
voidProvideData(int, int, MulDataPath)

Member Functions Documentation

ProvideData(int, int, MulDataPath)

voidProvideData(intaIndex,
intaCount,
MulDataPathaPath
)[pure virtual]

Request the data provider for updating data in the model.

Parameters

int aIndexIndex at which the item request has been initiated.
int aCountNumber of items requested.
MulDataPath aPathPath of parent item in the data hierarchy.