calendarui/views/inc/calencontainer.h
branchRCL_3
changeset 15 9711e452b5e9
parent 10 38571fd2a704
child 20 9c5b1510919f
equal deleted inserted replaced
14:21239b3bcd78 15:9711e452b5e9
   164     virtual void UpdateSize() = 0;
   164     virtual void UpdateSize() = 0;
   165 
   165 
   166     /**
   166     /**
   167     * Creates icon array according to icon index array passed in
   167     * Creates icon array according to icon index array passed in
   168     */
   168     */
   169     CAknIconArray* CreateIconsL( const RArray<MCalenServices::TCalenIcons>& aIndexArray );
   169     CAknIconArray* CreateIconsL( const RArray<MCalenServices::TCalenIcons>& aIndexArray, const TInt aViewId = 0 ); 
   170     
   170     
   171     /**
   171     /**
   172      * Creates icon index array
   172      * Creates icon index array
   173      */
   173      */
   174     virtual void CreateIconIndicesL( RArray<MCalenServices::TCalenIcons>& aIndexArray) = 0;
   174     virtual void CreateIconIndicesL( RArray<MCalenServices::TCalenIcons>& aIndexArray) = 0;