calendarui/views/inc/calencontainer.h
branchRCL_3
changeset 21 9711e452b5e9
parent 12 38571fd2a704
child 36 9c5b1510919f
equal deleted inserted replaced
20:21239b3bcd78 21: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;