32#ifndef __KMAIL_IDENTITYLIST_H__
33#define __KMAIL_IDENTITYLIST_H__
35#include <tdelistview.h>
37namespace KPIM { class Identity; }
48 class IdentityListViewItem : public TDEListViewItem {
51 const KPIM::Identity & ident );
53 const KPIM::Identity & ident );
55 uint uoid() const { return mUOID; }
56 KPIM::Identity & identity() const;
57 virtual void setIdentity( const KPIM::Identity & ident );
60 void init( const KPIM::Identity & ident );
69 class IdentityListView : public TDEListView {
73 IdentityListView( TQWidget * parent=0, const char * name=0 );
74 virtual ~IdentityListView() {}
77 void rename( TQListViewItem *, int );
80 bool acceptDrag( TQDropEvent * ) const;
81 TQDragObject * dragObject();
A listview for KPIM::Identity.
|