24#ifndef KOEVENTVIEWER_H
25#define KOEVENTVIEWER_H
29#include <tqtextbrowser.h>
51 void setSource( const TQString & );
53 virtual bool appendIncidence( Incidence *incidence, const TQDate &date );
58 void setCalendar ( Calendar *calendar );
64 void clearEvents( bool now = false );
70 void addText( const TQString &text );
76 void setDefaultText( const TQString &text );
78 void readSettings( TDEConfig *config );
79 void writeSettings ( TDEConfig *config );
85 void setIncidence( Incidence *incidence, const TQDate &date );
86 void changeIncidenceDisplay( Incidence *incidence, const TQDate &date, int action );
87 void message( const TQString &link );
88 void contentsContextMenuEvent( TQContextMenuEvent * );
93 TQTextBrowser *mEventTextView;
94 TQString mDefaultText;
Viewer widget for events.
|