~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to src/contactview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
        bool isShowHidden() const { return v_showHidden; }
203
203
        bool isShowSelf() const { return v_showSelf; }
204
204
        bool isShowStatusMsg() const { return v_showStatusMsg; }
205
 
 
 
205
        
 
206
        bool filterContact(ContactViewItem *item, bool refineSearch = false);
 
207
        bool filterGroup(ContactViewItem *item, bool refineSearch = false);
 
208
        void setFilter(QString const &text);
 
209
        void clearFilter();
 
210
        
206
211
        void clear();
207
212
        void resetAnim();
208
213
        QTimer *animTimer() const;
230
235
        void showAgents(bool);
231
236
        void showSelf(bool);
232
237
        void showStatusMsg(bool);
 
238
        void searchInput(const QString&);
233
239
 
234
240
public slots:
235
241
        void setShowOffline(bool);
278
284
        QPoint lcto_pos;
279
285
        Q3ListViewItem *lcto_item;
280
286
        QSize lastSize;
 
287
        QString filterString_;
281
288
 
282
289
        friend class ContactProfile;
283
290
        void link(ContactProfile *);