emailuis/emailui/inc/FreestyleEmailUiMailListModel.h
branchRCL_3
changeset 80 726fba06891a
parent 64 3533d4323edc
equal deleted inserted replaced
73:c8382f7b54ef 80:726fba06891a
    87 	void InsertL(MFSListModelItem* aItem, TInt aIndex);
    87 	void InsertL(MFSListModelItem* aItem, TInt aIndex);
    88 	void RemoveAndDestroy(TInt aIndex);
    88 	void RemoveAndDestroy(TInt aIndex);
    89 	MFSListModelItem* Item(TInt aIndex);
    89 	MFSListModelItem* Item(TInt aIndex);
    90     const MFSListModelItem* Item(TInt aIndex) const;
    90     const MFSListModelItem* Item(TInt aIndex) const;
    91 	TInt Count() const;
    91 	TInt Count() const;
       
    92 	TBool ContainsItem(const CFSMailMessage& aMessage) const;
    92 
    93 
    93 public: // new methods
    94 public: // new methods
    94 	
    95 	
    95 	CFreestyleEmailUiAppUi* AppUi();
    96 	CFreestyleEmailUiAppUi* AppUi();
    96 	
    97