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;
|