tsrc/CenrepEditor/inc/cenrepeditorlistbox2.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    38 class COtherResourcesListbox : public CAknSettingItemList 
    38 class COtherResourcesListbox : public CAknSettingItemList 
    39     {
    39     {
    40     public:
    40     public:
    41         CAknSettingItem* CreateSettingItemL( TInt identifier );
    41         CAknSettingItem* CreateSettingItemL( TInt identifier );
    42         void SetData(COtherResources* iOtherResources); 
    42         void SetData(COtherResources* iOtherResources); 
       
    43 
       
    44     public: // Implementation from base class
       
    45       //  void HandleListBoxEventL(CEikListBox* aListBox, TListBoxEvent aEventType);            
       
    46       // TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);            
       
    47 
       
    48         void EditItemL(TInt aIndex, TBool aCalledFromMenu);
    43         
    49         
    44     private:        
    50     private:        
    45         void SizeChanged();
    51         void SizeChanged();
    46         CAknSettingItem* ConstructByValueL( TInt aIdentifier,  
    52         CAknSettingItem* ConstructByValueL( TInt aIdentifier,  
    47                                             TInt& aVal );
    53                                             TInt& aVal );