korganizer
- korganizer
- plugins
- timespanview
24#ifndef KOTIMESPANVIEW_H
25#define KOTIMESPANVIEW_H
27#include "koeventview.h"
37 KOTimeSpanView( Calendar * calendar, TQWidget *parent = 0,
38 const char *name = 0 );
44 DateList selectedDates() { return DateList(); }
47 void writeSettings( TDEConfig * );
51 virtual void showDates( const TQDate &start, const TQDate &end );
52 virtual void showIncidences( const Incidence::List &incidenceList );
54 void changeIncidenceDisplay(Incidence *, int);
57 void insertItems( const TQDate &start, const TQDate & end );
59 TimeSpanWidget *mTimeSpanWidget;
KOEventView is the abstract base class from which all other calendar views for event data are derived...
virtual int maxDatesHint()=0 provides a hint back to the caller on the maximum number of dates that the view supports.
virtual Calendar * calendar() Return calendar object of this view.
virtual void updateView()=0 Updates the current display to reflect changes that may have happened in the calendar since the last ...
virtual int currentDateCount()=0 Return number of currently shown dates.
virtual Incidence::List selectedIncidences()=0
|