24 #ifndef KOJOURNALVIEW_H
25 #define KOJOURNALVIEW_H
27 #include <korganizer/baseview.h>
29 class JournalDateEntry;
47 const char *name = 0);
53 void appendJournal( Journal*journal, const TQDate &dt);
55 CalPrinterBase::PrintType printType();
59 virtual void dayPassed( const TQDate & ) {}
63 void showDates( const TQDate &start, const TQDate &end );
64 void showIncidences( const Incidence::List &incidenceList, const TQDate &date );
66 void changeIncidenceDisplay( Incidence *, int );
67 void setIncidenceChanger( IncidenceChangerBase *changer );
71 void setIncidenceChangerSignal( IncidenceChangerBase * );
73 void journalDeleted( Journal* );
81 TQMap<TQDate, JournalDateEntry*> mEntries;
This class provides a journal view.
virtual Incidence::List selectedIncidences()
DateList selectedIncidenceDates()
virtual int currentDateCount() Return number of currently shown dates.
This class provides an interface for all views being displayed within the main calendar view.
virtual Calendar * calendar() Return calendar object of this view.
|