calendarui/views/inc/calentodoview.h
branchRCL_3
changeset 5 42814f902fe6
parent 0 f979ecb2b13e
child 13 0f07cd1b5772
child 15 21b79936b33a
equal deleted inserted replaced
0:f979ecb2b13e 5:42814f902fe6
   278 
   278 
   279         // view specific data
   279         // view specific data
   280         TInt iHighlightedRowNumber;     // The row number highlighted.
   280         TInt iHighlightedRowNumber;     // The row number highlighted.
   281         TInt iFirstEntryOnScreenIndex;  // The offset of the topmost item on screen to the first entry.
   281         TInt iFirstEntryOnScreenIndex;  // The offset of the topmost item on screen to the first entry.
   282         CListBoxView::CSelectionIndexArray* iMarkedTodoItems;
   282         CListBoxView::CSelectionIndexArray* iMarkedTodoItems;
       
   283         TBool iEventViewCommandHandled ;
   283     };
   284     };
   284 
   285 
   285 #endif //  TODOVIEW_H
   286 #endif //  TODOVIEW_H
   286 
   287 
   287 
   288