uifw/AvKon/aknhlist/src/akntreelist.cpp
branchRCL_3
changeset 23 3d340a0166ff
parent 18 0aa5fbdfbc30
child 55 aecbbf00d063
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
   662 	View().SetEmptyTextL( aText );
   662 	View().SetEmptyTextL( aText );
   663 	}
   663 	}
   664 
   664 
   665 
   665 
   666 // ---------------------------------------------------------------------------
   666 // ---------------------------------------------------------------------------
       
   667 // CAknTreeList::SetMarkingModeObserver
       
   668 // ---------------------------------------------------------------------------
       
   669 //
       
   670 EXPORT_C void CAknTreeList::SetMarkingModeObserver( 
       
   671         MAknMarkingModeObserver* aObserver )
       
   672     {
       
   673     iMarkingModeObserver = aObserver;
       
   674     }
       
   675 
       
   676 
       
   677 // ---------------------------------------------------------------------------
   667 // Handles key events by mediating them to the view.
   678 // Handles key events by mediating them to the view.
   668 // ---------------------------------------------------------------------------
   679 // ---------------------------------------------------------------------------
   669 //
   680 //
   670 TKeyResponse CAknTreeList::OfferKeyEventL( const TKeyEvent& aKeyEvent,
   681 TKeyResponse CAknTreeList::OfferKeyEventL( const TKeyEvent& aKeyEvent,
   671     TEventCode aType )
   682     TEventCode aType )
   922     return CAknControl::MopSupplyObject( aId );
   933     return CAknControl::MopSupplyObject( aId );
   923     }
   934     }
   924 
   935 
   925 
   936 
   926 // ---------------------------------------------------------------------------
   937 // ---------------------------------------------------------------------------
       
   938 // Marking mode observer
       
   939 // ---------------------------------------------------------------------------
       
   940 //
       
   941 MAknMarkingModeObserver* CAknTreeList::MarkingModeObserver()
       
   942     {
       
   943     return iMarkingModeObserver;
       
   944     }
       
   945 
       
   946 
       
   947 // ---------------------------------------------------------------------------
   927 // Does nothing, the draw request is mediated to the view through component
   948 // Does nothing, the draw request is mediated to the view through component
   928 // control structure.
   949 // control structure.
   929 // ---------------------------------------------------------------------------
   950 // ---------------------------------------------------------------------------
   930 //
   951 //
   931 void CAknTreeList::Draw( const TRect& /*aRect*/ ) const
   952 void CAknTreeList::Draw( const TRect& /*aRect*/ ) const