KOAttendeeListView Class Reference
KOAttendeeListView is a child class of KListView which supports dropping of attendees (e.g. More...
#include <koeditordetails.h>
Public Slots | |
virtual void | contentsDragEnterEvent (QDragEnterEvent *e) |
virtual void | dragEnterEvent (QDragEnterEvent *e) |
virtual void | contentsDropEvent (QDropEvent *e) |
virtual void | dropEvent (QDropEvent *e) |
virtual void | contentsDragMoveEvent (QDragMoveEvent *e) |
Signals | |
void | dropped (Attendee *) |
Public Methods | |
KOAttendeeListView (QWidget *parent=0, const char *name=0) | |
virtual | ~KOAttendeeListView () |
virtual void | addAttendee (QString newAttendee) |
Detailed Description
KOAttendeeListView is a child class of KListView which supports dropping of attendees (e.g.from kaddressbook) onto it. If an attendeee was dropped, the signal dropped(Attendee*) is emitted. Valid drop classes are KVCardDrag and QTextDrag.
Definition at line 58 of file koeditordetails.h.
Constructor & Destructor Documentation
|
KOAttendeeListView is a child class of KListView which supports dropping of attendees (e.g. from kaddressbook) onto it. If an attendeee was dropped, the signal dropped(Attendee*) is emitted. Valid drop classes are KVCardDrag and QTextDrag. Definition at line 83 of file koeditordetails.cpp. |
The documentation for this class was generated from the following files: