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 );
72 void documentUpdated( DCOPRef );
76 void documentAdded( TQString );
80 void documentRemoved( TQString );
86 void documentUpdateError( DCOPRef ref, int errorCode );
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.
virtual TQStringList configModules() const Return list of strings identifying configuration modules for this summary part.
virtual int summaryHeight() const Return logical height of summary widget.
virtual void updateSummary(bool force=false) This is called if the displayed information should be updated.
|