calendarui/views/inc/calenmonthcontainer.h
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 21 9711e452b5e9
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
   125     void HandleLongTapEventL( const TPoint& aPenEventLocation, 
   125     void HandleLongTapEventL( const TPoint& aPenEventLocation, 
   126                               const TPoint& aPenEventScreenLocation );
   126                               const TPoint& aPenEventScreenLocation );
   127     void HidePopup();
   127     void HidePopup();
   128     
   128     
   129     void RedrawPreviewPane();
   129     void RedrawPreviewPane();
       
   130     
       
   131     /**
       
   132      * returns previewpane pointer
       
   133      */    
       
   134     const MCalenPreview* PreviewPane();
   130 
   135 
   131 
   136 
   132 private:    // New function
   137 private:    // New function
   133     /**
   138     /**
   134      * Set iActiveDay to argument's aDay,
   139      * Set iActiveDay to argument's aDay,
   362     MCalenPreview* iPreview;
   367     MCalenPreview* iPreview;
   363 
   368 
   364     // View specific data, references to views data
   369     // View specific data, references to views data
   365     TTime& iDate;
   370     TTime& iDate;
   366     TTime iOldFirstDayOfGrid;
   371     TTime iOldFirstDayOfGrid;
   367 	TBool iChangeMonth;
   372 	TBool iChangeMonth;	
   368 	TBool iNativePreview;
       
   369     };
   373     };
   370 
   374 
   371 #endif //CALENMONTHCONT_H
   375 #endif //CALENMONTHCONT_H
   372 
   376 
   373 // End of File
   377 // End of File