contacts_plat/contacts_ui_extensions_api/inc/cntviewsupplier.h
changeset 71 7cc7d74059f9
parent 27 de1630741fbe
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
    48      * @param int, view index 
    48      * @param int, view index 
    49      * @return CntAbstractView*, view
    49      * @return CntAbstractView*, view
    50      */
    50      */
    51     virtual CntAbstractView* viewAt( int aIndex ) = 0;
    51     virtual CntAbstractView* viewAt( int aIndex ) = 0;
    52 
    52 
       
    53     /**
       
    54      * Sets the view id base value for supplier. 
       
    55      * The supplier method viewIdAt should return view ids in range
       
    56      * from aViewIdBase to aViewIdBase + viewCount.
       
    57      *
       
    58      * @param int, action index 
       
    59      * @return QString, process name
       
    60      */
       
    61     virtual void setViewIdBase( int aViewIdBase ) = 0;
       
    62 
    53 protected:
    63 protected:
    54     // prevent deleting by client
    64     // prevent deleting by client
    55     virtual ~CntViewSupplier() {}
    65     virtual ~CntViewSupplier() {}
    56 };
    66 };
    57 
    67