24#ifndef SUMMARYWIDGET_H
25#define SUMMARYWIDGET_H
33#include <libkcal/resourcelocal.h>
49 KNotesSummaryWidget( Kontact::Plugin *plugin, TQWidget *parent, const char *name = 0 );
51 void updateSummary( bool force = false ) { Q_UNUSED( force ); updateView(); }
54 virtual bool eventFilter( TQObject *obj, TQEvent* e );
57 void urlClicked( const TQString& );
59 void addNote( KCal::Journal* );
60 void removeNote( KCal::Journal* );
63 KCal::CalendarLocal *mCalendar;
64 KCal::Journal::List mNotes;
66 TQGridLayout *mLayout;
68 TQPtrList<TQLabel> mLabels;
69 Kontact::Plugin *mPlugin;
Base class for all Plugins in Kontact.
Summary widget for display in the Summary View plugin.
|