24 #ifndef SUMMARYWIDGET_H
25 #define SUMMARYWIDGET_H
27 #include <tqptrlist.h>
37 class KOrganizerPlugin;
45 SummaryWidget( KOrganizerPlugin *plugin, TQWidget *parent,
46 const char *name = 0 );
52 void updateSummary(
bool force =
false ) { Q_UNUSED( force ); updateView(); }
55 virtual bool eventFilter( TQObject *obj, TQEvent* e );
59 void popupMenu(
const TQString &uid );
60 void viewEvent(
const TQString &uid );
61 void removeEvent(
const TQString &uid );
64 KOrganizerPlugin *mPlugin;
65 TQGridLayout *mLayout;
67 TQPtrList<TQLabel> mLabels;
virtual int summaryHeight() const
Return logical height of summary widget.
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 void updateSummary(bool force=false)
This is called if the displayed information should be updated.