calendarui/views/inc/calenweekcontainer.h
branchRCL_3
changeset 15 9711e452b5e9
parent 10 38571fd2a704
child 18 d68a4b5d5885
equal deleted inserted replaced
14:21239b3bcd78 15:9711e452b5e9
   436     TInt& iSelectedRowNumber;      // The row number of the highlighted cell.
   436     TInt& iSelectedRowNumber;      // The row number of the highlighted cell.
   437     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.
   438     
   438     
   439     TBool iTopRowDefault;
   439     TBool iTopRowDefault;
   440     TBool iRow;
   440     TBool iRow;
   441     TBool iValidDay;   
   441     TBool iValidDay;
       
   442     TBool iHourChange;
   442     };
   443     };
   443 
   444 
   444 #endif //CALENWEEKCONT_H
   445 #endif //CALENWEEKCONT_H
   445 
   446 
   446 
   447