libkcal

#include <icaldrag.h>

Inherits TQStoredDrag.

Public Member Functions

 ICalDrag (Calendar *cal, TQWidget *parent=0, const char *name=0)
 

Static Public Member Functions

static bool canDecode (TQMimeSource *)
 
static bool decode (TQMimeSource *e, Calendar *cal)
 

Detailed Description

iCalendar drag&drop class.

Definition at line 35 of file icaldrag.h.

Constructor & Destructor Documentation

◆ ICalDrag()

ICalDrag::ICalDrag ( Calendar cal,
TQWidget *  parent = 0,
const char *  name = 0 
)

Create a drag&drop object for iCalendar component ical.

Definition at line 31 of file icaldrag.cpp.

Member Function Documentation

◆ canDecode()

bool ICalDrag::canDecode ( TQMimeSource *  me)
static

Return, if drag&drop object can be decode to iCalendar.

Definition at line 40 of file icaldrag.cpp.

◆ decode()

bool ICalDrag::decode ( TQMimeSource *  e,
Calendar cal 
)
static

Decode drag&drop object to iCalendar component cal.

Definition at line 45 of file icaldrag.cpp.


The documentation for this class was generated from the following files: