calendarui/views/inc/calentodocontainer.h
branchRCL_3
changeset 23 51372538e3d3
parent 20 9c5b1510919f
equal deleted inserted replaced
22:07e82e2b738b 23:51372538e3d3
   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