kwallet
KWalletEntryList Class Reference
#include <allyourbase.h>
Inheritance diagram for KWalletEntryList:

Detailed Description
Definition at line 103 of file allyourbase.h.
Public Member Functions | |
| void | contentsDragEnterEvent (QDragEnterEvent *e) |
| void | contentsDropEvent (QDropEvent *e) |
| bool | existsFolder (const QString &name) |
| KWalletFolderItem * | getFolder (const QString &name) |
| KWalletEntryList (QWidget *parent, const char *name=0L) | |
| void | setWallet (KWallet::Wallet *w) |
| virtual | ~KWalletEntryList () |
Public Attributes | |
| KWallet::Wallet * | _wallet |
Protected Member Functions | |
| virtual bool | acceptDrag (QDropEvent *event) const |
| virtual Q3DragObject * | dragObject () |
| void | itemDropped (QDropEvent *e, Q3ListViewItem *item) |
Constructor & Destructor Documentation
| KWalletEntryList::KWalletEntryList | ( | QWidget * | parent, | |
| const char * | name = 0L | |||
| ) | [explicit] |
Definition at line 369 of file allyourbase.cpp.
| KWalletEntryList::~KWalletEntryList | ( | ) | [virtual] |
Definition at line 381 of file allyourbase.cpp.
Member Function Documentation
| bool KWalletEntryList::acceptDrag | ( | QDropEvent * | event | ) | const [protected, virtual] |
Definition at line 384 of file allyourbase.cpp.
| void KWalletEntryList::contentsDragEnterEvent | ( | QDragEnterEvent * | e | ) |
Definition at line 557 of file allyourbase.cpp.
| void KWalletEntryList::contentsDropEvent | ( | QDropEvent * | e | ) |
Definition at line 552 of file allyourbase.cpp.
| Q3DragObject * KWalletEntryList::dragObject | ( | ) | [protected, virtual] |
Definition at line 726 of file allyourbase.cpp.
| bool KWalletEntryList::existsFolder | ( | const QString & | name | ) |
Definition at line 539 of file allyourbase.cpp.
| KWalletFolderItem * KWalletEntryList::getFolder | ( | const QString & | name | ) |
Definition at line 567 of file allyourbase.cpp.
| void KWalletEntryList::itemDropped | ( | QDropEvent * | e, | |
| Q3ListViewItem * | item | |||
| ) | [protected] |
Definition at line 401 of file allyourbase.cpp.
| void KWalletEntryList::setWallet | ( | KWallet::Wallet * | w | ) |
Definition at line 535 of file allyourbase.cpp.
Member Data Documentation
| KWallet::Wallet* KWalletEntryList::_wallet |
Definition at line 125 of file allyourbase.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference