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
void ProvideData (int, int, MulDataPath )

Member Functions Documentation

ProvideData(int, int, MulDataPath)

void ProvideData ( int aIndex,
int aCount,
MulDataPath aPath
) [pure virtual]

Request the data provider for updating data in the model.

Parameters

int aIndex Index at which the item request has been initiated.
int aCount Number of items requested.
MulDataPath aPath Path of parent item in the data hierarchy.