korganizer

KOAttendeeListView Class Reference

#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()

KOAttendeeListView::~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()

void KOAttendeeListView::addAttendee ( const TQString &  newAttendee)
virtual

Definition at line 138 of file koeditordetails.cpp.

◆ contentsDragEnterEvent

void KOAttendeeListView::contentsDragEnterEvent ( TQDragEnterEvent *  e)
virtualslot

Definition at line 111 of file koeditordetails.cpp.

◆ contentsDragMoveEvent

void KOAttendeeListView::contentsDragMoveEvent ( TQDragMoveEvent *  e)
virtualslot

Definition at line 116 of file koeditordetails.cpp.

◆ contentsDropEvent

void KOAttendeeListView::contentsDropEvent ( TQDropEvent *  e)
virtualslot

Definition at line 147 of file koeditordetails.cpp.

◆ dragEnterEvent

void KOAttendeeListView::dragEnterEvent ( TQDragEnterEvent *  e)
virtualslot

Definition at line 127 of file koeditordetails.cpp.

◆ dropEvent

void KOAttendeeListView::dropEvent ( TQDropEvent *  e)
virtualslot

Definition at line 152 of file koeditordetails.cpp.


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