~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/contactview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
        bool filterGroup(ContactViewItem *item, bool refineSearch = false);
208
208
        void setFilter(QString const &text);
209
209
        void clearFilter();
 
210
        bool isApplyingFilter() const { return applyingFilter; }
210
211
        
211
212
        void clear();
212
213
        void resetAnim();
285
286
        Q3ListViewItem *lcto_item;
286
287
        QSize lastSize;
287
288
        QString filterString_;
 
289
        bool applyingFilter;
288
290
 
289
291
        friend class ContactProfile;
290
292
        void link(ContactProfile *);
376
378
        void updatePosition();
377
379
        void optionsUpdate();
378
380
 
 
381
        void clearFilter();
 
382
 
379
383
        // reimplemented functions
380
384
        int rtti() const;
381
385
        void paintFocus(QPainter *, const QColorGroup &, const QRect &);