calendarui/views/inc/calenweekcontainer.h
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 21 9711e452b5e9
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
   176     
   176     
   177 	/*
   177 	/*
   178 	* Cleanup instances
   178 	* Cleanup instances
   179 	*/
   179 	*/
   180     void CleanupInstances();
   180     void CleanupInstances();
       
   181     
       
   182     /**
       
   183      * returns previewpane pointer
       
   184      */
       
   185     const MCalenPreview* PreviewPane();
   181         
   186         
   182 public:
   187 public:
   183     /**
   188     /**
   184      * Handles navi decorator event in week view
   189      * Handles navi decorator event in week view
   185      * @param aDirection left or right
   190      * @param aDirection left or right
   431     TInt& iSelectedRowNumber;      // The row number of the highlighted cell.
   436     TInt& iSelectedRowNumber;      // The row number of the highlighted cell.
   432     TTimeIntervalMinutes& iFirstRowTime;  // The offset of the topmost row on screen to the first row.
   437     TTimeIntervalMinutes& iFirstRowTime;  // The offset of the topmost row on screen to the first row.
   433     
   438     
   434     TBool iTopRowDefault;
   439     TBool iTopRowDefault;
   435     TBool iRow;
   440     TBool iRow;
   436     TBool iValidDay;
   441     TBool iValidDay;   
   437     TBool iNativePreview;
       
   438     };
   442     };
   439 
   443 
   440 #endif //CALENWEEKCONT_H
   444 #endif //CALENWEEKCONT_H
   441 
   445 
   442 
   446