#include <koeditordetails.h>
Inherits TDEListView.
Public Slots | |
virtual void | contentsDragEnterEvent (TQDragEnterEvent *e) |
virtual void | dragEnterEvent (TQDragEnterEvent *e) |
virtual void | contentsDropEvent (TQDropEvent *e) |
virtual void | dropEvent (TQDropEvent *e) |
virtual void | contentsDragMoveEvent (TQDragMoveEvent *e) |
Signals | |
void | dropped (Attendee *) |
Public Member Functions | |
KOAttendeeListView (TQWidget *parent=0, const char *name=0) | |
virtual | ~KOAttendeeListView () |
virtual void | addAttendee (const TQString &newAttendee) |
Detailed Description
KOAttendeeListView is a child class of TDEListView 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 TQTextDrag.
Definition at line 60 of file koeditordetails.h.
Constructor & Destructor Documentation
◆ KOAttendeeListView()
KOAttendeeListView::KOAttendeeListView | ( | TQWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Definition at line 94 of file koeditordetails.cpp.
◆ ~KOAttendeeListView()
|
virtual |
KOAttendeeListView is a child class of TDEListView 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 TQTextDrag.
Definition at line 107 of file koeditordetails.cpp.
Member Function Documentation
◆ addAttendee()
|
virtual |
Definition at line 138 of file koeditordetails.cpp.
◆ contentsDragEnterEvent
|
virtualslot |
Definition at line 111 of file koeditordetails.cpp.
◆ contentsDragMoveEvent
|
virtualslot |
Definition at line 116 of file koeditordetails.cpp.
◆ contentsDropEvent
|
virtualslot |
Definition at line 147 of file koeditordetails.cpp.
◆ dragEnterEvent
|
virtualslot |
Definition at line 127 of file koeditordetails.cpp.
◆ dropEvent
|
virtualslot |
Definition at line 152 of file koeditordetails.cpp.
The documentation for this class was generated from the following files: