korganizer
KOAttendeeListView Class Reference
#include <koeditordetails.h>

Detailed Description
KOAttendeeListView is a child class of K3ListView which supports dropping of attendees (e.g.from kaddressbook) onto it. If an attendeee was dropped, the signal dropped(Attendee*) is emitted.
Definition at line 65 of file koeditordetails.h.
Public Slots | |
| virtual void | contentsDragEnterEvent (QDragEnterEvent *e) |
| virtual void | contentsDragMoveEvent (QDragMoveEvent *e) |
| virtual void | contentsDropEvent (QDropEvent *e) |
| virtual void | dragEnterEvent (QDragEnterEvent *e) |
| virtual void | dropEvent (QDropEvent *e) |
Signals | |
| void | dropped (Attendee *) |
Public Member Functions | |
| virtual void | addAttendee (const QString &newAttendee) |
| KOAttendeeListView (QWidget *parent=0) | |
| virtual | ~KOAttendeeListView () |
Constructor & Destructor Documentation
| KOAttendeeListView::KOAttendeeListView | ( | QWidget * | parent = 0 |
) |
Definition at line 88 of file koeditordetails.cpp.
| KOAttendeeListView::~KOAttendeeListView | ( | ) | [virtual] |
KOAttendeeListView is a child class of K3ListView which supports dropping of attendees (e.g.
from kaddressbook) onto it. If an attendee was dropped, the signal dropped(Attendee*) is emitted.
Definition at line 100 of file koeditordetails.cpp.
Member Function Documentation
| void KOAttendeeListView::addAttendee | ( | const QString & | newAttendee | ) | [virtual] |
Definition at line 133 of file koeditordetails.cpp.
| void KOAttendeeListView::contentsDragEnterEvent | ( | QDragEnterEvent * | e | ) | [virtual, slot] |
Definition at line 104 of file koeditordetails.cpp.
| void KOAttendeeListView::contentsDragMoveEvent | ( | QDragMoveEvent * | e | ) | [virtual, slot] |
Definition at line 109 of file koeditordetails.cpp.
| void KOAttendeeListView::contentsDropEvent | ( | QDropEvent * | e | ) | [virtual, slot] |
Definition at line 142 of file koeditordetails.cpp.
| void KOAttendeeListView::dragEnterEvent | ( | QDragEnterEvent * | e | ) | [virtual, slot] |
Definition at line 121 of file koeditordetails.cpp.
| void KOAttendeeListView::dropEvent | ( | QDropEvent * | e | ) | [virtual, slot] |
Definition at line 147 of file koeditordetails.cpp.
| void KOAttendeeListView::dropped | ( | Attendee * | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference