calendarui/views/inc/calenweekview.h
branchRCL_3
changeset 36 9c5b1510919f
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
30:d68a4b5d5885 36:9c5b1510919f
    46     /**
    46     /**
    47      * Set a date text to StatusPane
    47      * Set a date text to StatusPane
    48      * @param aTime Set a time to StatusPane
    48      * @param aTime Set a time to StatusPane
    49      */
    49      */
    50     void SetStatusPaneFromActiveContextL();
    50     void SetStatusPaneFromActiveContextL();
       
    51     
       
    52     void UpdateCbaL();
    51 
    53 
    52 public:  // From CCalenView
    54 public:  // From CCalenView
    53     virtual TNextPopulationStep ActiveStepL();
    55     virtual TNextPopulationStep ActiveStepL();
    54     virtual void CancelPopulation();
    56     virtual void CancelPopulation();
    55     virtual TCyclePosition  CyclePosition() const;
    57     virtual TCyclePosition  CyclePosition() const;
   146 
   148 
   147     // View specific data
   149     // View specific data
   148     TTime iTime;
   150     TTime iTime;
   149     TInt iSelectedRowNumber;      // The row number of the highlighted cell.
   151     TInt iSelectedRowNumber;      // The row number of the highlighted cell.
   150     TTimeIntervalMinutes iFirstRowTime;           // The time of the first row on the screen.
   152     TTimeIntervalMinutes iFirstRowTime;           // The time of the first row on the screen.
       
   153     TBool iShowBackButtonOnCba; 
   151     };
   154     };
   152 
   155 
   153 #endif //CALENWEEKVIEW_H
   156 #endif //CALENWEEKVIEW_H
   154 
   157 
   155 
   158