Go to the documentation of this file.
28#ifndef _KONSOLEKALENDAR_H
29#define _KONSOLEKALENDAR_H
31#include <tqdatetime.h>
33#include <tdeapplication.h>
35#include <libkcal/calendarlocal.h>
36#include <libkcal/resourcecalendar.h>
37#include <libkcal/event.h>
96 bool isEvent( TQDateTime startdate, TQDateTime enddate, TQString summary );
116 bool printEventList( TQTextStream *ts, Event::List *eventList, TQDate dt );
124 bool printEvent( TQTextStream *ts, Event *event, TQDate dt );
134 ResourceCalendar *m_Calendar;
This class provides all the variables for the program.
The base class of the project.
bool changeEvent() Change event.
bool addEvent() Add event to calendar.
bool createCalendar() Creates calendar file (If it doesn't exists)
~KonsoleKalendar() Destructor.
bool isEvent(TQDateTime startdate, TQDateTime enddate, TQString summary) Detect if event already exists.
bool deleteEvent() Delete event.
bool importCalendar() Imports calendar file.
bool showInstance() Visualize what we need.
Provides the KonsoleKalendarVariables class definition.
|