22 #ifndef KORG_CALENDARVIEWBASE_H 23 #define KORG_CALENDARVIEWBASE_H 29 #include <korganizer/baseview.h> 41 : TQWidget( parent, name ) {} 46 virtual TQDate startDate() = 0; 47 virtual TQDate endDate() = 0; 49 virtual Incidence *currentSelection() = 0; 57 virtual void updateView() = 0; 58 virtual void updateCategories() = 0;
This class provides an interface for all views being displayed within the main calendar view...
interface for main calendar view widget
virtual void showView(KOrg::BaseView *)=0 changes the view to be the currently selected view
|