equal
deleted
inserted
replaced
261 /** |
261 /** |
262 * Draws list box item index |
262 * Draws list box item index |
263 * |
263 * |
264 * @since 3.2 |
264 * @since 3.2 |
265 */ |
265 */ |
266 void DrawLbxItem( TInt aIndex ); |
266 void DrawLbxItemL( TInt aIndex ); |
267 |
267 |
268 /** |
268 /** |
269 * Set Find box's focus. |
269 * Set Find box's focus. |
270 * |
270 * |
271 * @since 3.1 |
271 * @since 3.1 |
354 void HandleMarkableListProcessCommandL( TInt aCommand ); |
354 void HandleMarkableListProcessCommandL( TInt aCommand ); |
355 |
355 |
356 /** |
356 /** |
357 * Custom handling of menu pane for markable lists |
357 * Custom handling of menu pane for markable lists |
358 */ |
358 */ |
359 void HandleMarkableListDynInitMenuPane( |
359 void HandleMarkableListDynInitMenuPaneL( |
360 TInt aResourceId, |
360 TInt aResourceId, |
361 CEikMenuPane* aMenuPane ); |
361 CEikMenuPane* aMenuPane ); |
362 |
362 |
363 /** |
363 /** |
364 * Handle listbox array events |
364 * Handle listbox array events |
550 */ |
550 */ |
551 void SetCollectionContextL(); |
551 void SetCollectionContextL(); |
552 |
552 |
553 void ProvideDataL( TInt aStart, TInt aEnd ); |
553 void ProvideDataL( TInt aStart, TInt aEnd ); |
554 |
554 |
555 void SetScrollbarType(); |
555 void SetScrollbarTypeL(); |
556 |
556 |
557 void CancelTNRequest(); |
557 void CancelTNRequest(); |
558 |
558 |
559 /** |
559 /** |
560 * Save the selected album item |
560 * Save the selected album item |
577 void ReadFromStreamFileL( CMPXMedia* aMedia ); |
577 void ReadFromStreamFileL( CMPXMedia* aMedia ); |
578 |
578 |
579 /** |
579 /** |
580 * Refresh list as needed |
580 * Refresh list as needed |
581 */ |
581 */ |
582 void RefreshL(TInt aIndex); |
582 void Refresh(TInt aIndex); |
583 |
583 |
584 /** |
584 /** |
585 * Refresh list as needed |
585 * Refresh list as needed |
586 */ |
586 */ |
587 void RefreshNoThumbnailL(TInt aIndex); |
587 void RefreshNoThumbnailL(TInt aIndex); |