calendarui/views/inc/calencontainer.h
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 21 9711e452b5e9
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
    42 class CAknsFrameBackgroundControlContext;
    42 class CAknsFrameBackgroundControlContext;
    43 class MCalenViewUiExtension;
    43 class MCalenViewUiExtension;
    44 class CEikLabel;
    44 class CEikLabel;
    45 class MCalenContext;
    45 class MCalenContext;
    46 class CCalenContainerLayoutManager;
    46 class CCalenContainerLayoutManager;
       
    47 class MCalenPreview;
    47 
    48 
    48 
    49 
    49 class MAknNaviDecoratorObserver;
    50 class MAknNaviDecoratorObserver;
    50 class MCCalenNaviLabelObserver;
    51 class MCCalenNaviLabelObserver;
    51 
    52 
   239     /**
   240     /**
   240      * Hide/Unhide "today" toolbar item based on the focused day 
   241      * Hide/Unhide "today" toolbar item based on the focused day 
   241      */
   242      */
   242     void UpdateTodayToolbarItemL();
   243     void UpdateTodayToolbarItemL();
   243     
   244     
       
   245 	/**
       
   246      * returns previewpane pointer
       
   247      */
       
   248     virtual const MCalenPreview* PreviewPane(){return NULL; };
   244 private: // New functions
   249 private: // New functions
   245     /**
   250     /**
   246      * Return number of icons needed to be displayed
   251      * Return number of icons needed to be displayed
   247      * @return number of icons (between 0 and 3)
   252      * @return number of icons (between 0 and 3)
   248      */    
   253      */