24 #ifndef KCAL_DNDFACTORY_H
25 #define KCAL_DNDFACTORY_H
27 #include "libkcal_export.h"
54 Todo *createDropTodo(TQDropEvent *de);
56 Event *createDrop(TQDropEvent *de);
70 Incidence *pasteIncidence( const TQDate &, const TQTime *newTime = 0 );
74 Incidence::List pasteIncidences( const TQDate &newDate = TQDate(), const TQTime *newTime = 0 );
This is the main "calendar" object class.
This class implements functions to create Drag and Drop objects used for Drag-and-Drop and Copy-and-P...
This class provides an Event in the sense of RFC2445.
iCalendar drag&drop class.
This class provides the base class common to all calendar components.
This class provides a Todo in the sense of RFC2445.
Namespace KCal is for global classes, objects and/or functions in libkcal.
|