libkdepim Library API Documentation

KPIM Namespace Reference

KDEPIM classes for drag and drop of mails. More...


Typedefs

typedef QValueList< MailSummary > MailList


Detailed Description

KDEPIM classes for drag and drop of mails.

// Code example for drag and drop enabled widget

void SomeWidget::contentsDropEvent(QDropEvent *e) { if (e->provides(MailListDrag::format())) { MailList mailList; MailListDrag::decode( e, mailList ); ...

KDE Logo
This file is part of the documentation for libkdepim Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Mar 6 17:18:06 2004 by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2003