24 #ifndef SUMMARYWIDGET_H 25 #define SUMMARYWIDGET_H 31 #include <dcopobject.h> 32 #include <kurllabel.h> 33 #include <tdeparts/part.h> 48 SummaryWidget( Kontact::Plugin *plugin, TQWidget *parent, const char *name = 0 ); 54 void slotUnreadCountChanged(); 57 virtual bool eventFilter( TQObject *obj, TQEvent* e ); 63 void selectFolder( const TQString& ); 66 void updateFolderList( const TQStringList& folders ); 68 TQPtrList<TQLabel> mLabels; 69 TQGridLayout *mLayout; 71 int mTimeOfLastMessageCountUpdate; Base class for all Plugins in Kontact.
virtual int summaryHeight() const Return logical height of summary widget.
virtual TQStringList configModules() const Return list of strings identifying configuration modules for this summary part.
virtual void updateSummary(bool force=false) This is called if the displayed information should be updated.
Summary widget for display in the Summary View plugin.
|