24 #ifndef SUMMARYWIDGET_H 25 #define SUMMARYWIDGET_H 27 #include <dcopobject.h> 31 #include <tqptrlist.h> 44 typedef TQValueList< TQPair<TQString, KURL> > ArticleMap; 54 typedef TQValueList<Feed> FeedList; 63 SummaryWidget( TQWidget *parent, const char *name = 0 ); 65 int summaryHeight() const; 66 TQStringList configModules() const; 72 void documentUpdated( DCOPRef ); 76 void documentAdded( TQString ); 80 void documentRemoved( TQString ); 86 void documentUpdateError( DCOPRef ref, int errorCode ); 89 void updateSummary( bool force = false ); 93 void updateDocuments(); 94 void rmbMenu( const TQString& ); 97 virtual bool eventFilter( TQObject *obj, TQEvent *e ); 103 TQVBoxLayout *mLayout; 104 TQWidget* mBaseWidget; 106 TQPtrList<TQLabel> mLabels; Summary widget for display in the Summary View plugin.
|