libkcal

KCal::VCalDrag Class Reference

vCalendar drag&drop class. More...

#include <vcaldrag.h>

Inheritance diagram for KCal::VCalDrag:

List of all members.


Public Member Functions

 VCalDrag (Calendar *vcal, QWidget *parent=0, const char *name=0)
 ~VCalDrag ()

Static Public Member Functions

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

Detailed Description

vCalendar drag&drop class.

Definition at line 35 of file vcaldrag.h.


Constructor & Destructor Documentation

VCalDrag::VCalDrag ( Calendar vcal,
QWidget parent = 0,
const char *  name = 0 
)

Create a drag&drop object for vCalendar component vcal.

Definition at line 29 of file vcaldrag.cpp.

KCal::VCalDrag::~VCalDrag (  )  [inline]

Definition at line 42 of file vcaldrag.h.


Member Function Documentation

bool VCalDrag::canDecode ( QMimeSource me  )  [static]

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

Definition at line 36 of file vcaldrag.cpp.

bool VCalDrag::decode ( QMimeSource e,
Calendar cal 
) [static]

Decode drag&drop object to vCalendar component vcal.

Definition at line 41 of file vcaldrag.cpp.


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