photosgallery/viewframework/dataprovider/inc/glxmedialistmulmodelproviderimpl.h
changeset 1 9ba538e329bd
parent 0 4e91876724a2
child 30 a60acebbbd9d
equal deleted inserted replaced
0:4e91876724a2 1:9ba538e329bd
    67     /**
    67     /**
    68 	* Destructor
    68 	* Destructor
    69 	*/                       
    69 	*/                       
    70     ~CGlxMediaListMulModelProviderImpl();
    70     ~CGlxMediaListMulModelProviderImpl();
    71     
    71     
       
    72       /**
       
    73       * Requests the data model to update
       
    74       * 
       
    75       * @param aIndex Position from where items have to be updated.
       
    76       * @param aCount Number of items to be updated.
       
    77       */ 
       
    78     void UpdateItems( TInt aIndex, TInt aCount );
       
    79     
    72 private:
    80 private:
    73 	/**
    81 	/**
    74 	* Constructor
    82 	* Constructor
    75 	* @param aWidget The widget being used by client for which the model has to be set
    83 	* @param aWidget The widget being used by client for which the model has to be set
    76 	* @param aMediaList The instance of medialist which provides data for the model
    84 	* @param aMediaList The instance of medialist which provides data for the model