32 #ifndef __KMAIL_IDENTITYLIST_H__
33 #define __KMAIL_IDENTITYLIST_H__
35 #include <klistview.h>
37 namespace KPIM { class Identity; }
43 class IdentityListView;
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 );
77 void rename( TQListViewItem *, int );
80 bool acceptDrag( TQDropEvent * ) const;
81 TQDragObject * dragObject();
87 #endif // __KMAIL_IDENTITYLISTVIEW_H__
|