vcaldrag.cpp
static bool canDecode(TQMimeSource *)
Return, if drag&drop object can be decode to vCalendar.
Definition: vcaldrag.cpp:36
bool fromString(Calendar *, const TQString &)
Parse string and populate calendar with that information.
Definition: vcalformat.cpp:136
static bool decode(TQMimeSource *e, Calendar *cal)
Decode drag&drop object to vCalendar component vcal.
Definition: vcaldrag.cpp:41
Definition: alarm.h:38
Definition: calendar.h:169
VCalDrag(Calendar *vcal, TQWidget *parent=0, const char *name=0)
Create a drag&drop object for vCalendar component vcal.
Definition: vcaldrag.cpp:29