calendarui/views/inc/calentodocontainer.h
branchRCL_3
changeset 20 9c5b1510919f
parent 0 f979ecb2b13e
equal deleted inserted replaced
18:d68a4b5d5885 20:9c5b1510919f
   356             EPopulationDone,
   356             EPopulationDone,
   357             EDone
   357             EDone
   358             };
   358             };
   359 
   359 
   360         TStepPopulate iStepState;
   360         TStepPopulate iStepState;
   361         HBufC* iEmptyListText;
   361         //HBufC* iEmptyListText;
   362         // view specific data, references to view data
   362         // view specific data, references to view data
   363         TInt& iHighlightedRowNumber;     // The row number highlighted.
   363         TInt& iHighlightedRowNumber;     // The row number highlighted.
   364         TInt& iFirstEntryOnScreenIndex;  // The offset of the topmost item on screen to the first entry.
   364         TInt& iFirstEntryOnScreenIndex;  // The offset of the topmost item on screen to the first entry.
   365     };
   365     };
   366 
   366