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

Detailed Description
Definition at line 79 of file allyourbase.h.
Public Member Functions | |
| KWalletFolderItem (KWallet::Wallet *w, Q3ListView *parent, const QString &name, int entries) | |
| virtual | ~KWalletFolderItem () |
| virtual bool | acceptDrop (const QMimeSource *mime) const |
| virtual int | rtti () const |
| QString | name () const |
| void | refresh () |
| KWalletContainerItem * | getContainer (KWallet::Wallet::EntryType type) |
| QPixmap | getFolderIcon (KIconLoader::Group group) |
| bool | contains (const QString &itemKey) |
| Q3ListViewItem * | getItem (const QString &itemKey) |
Public Attributes | |
| KWallet::Wallet * | _wallet |
Constructor & Destructor Documentation
| KWalletFolderItem::KWalletFolderItem | ( | KWallet::Wallet * | w, | |
| Q3ListView * | parent, | |||
| const QString & | name, | |||
| int | entries | |||
| ) |
Definition at line 48 of file allyourbase.cpp.
| KWalletFolderItem::~KWalletFolderItem | ( | ) | [virtual] |
Definition at line 124 of file allyourbase.cpp.
Member Function Documentation
| bool KWalletFolderItem::acceptDrop | ( | const QMimeSource * | mime | ) | const [virtual] |
Definition at line 111 of file allyourbase.cpp.
| int KWalletFolderItem::rtti | ( | ) | const [virtual] |
Definition at line 116 of file allyourbase.cpp.
| QString KWalletFolderItem::name | ( | ) | const |
Definition at line 120 of file allyourbase.cpp.
| void KWalletFolderItem::refresh | ( | ) |
Definition at line 73 of file allyourbase.cpp.
| KWalletContainerItem * KWalletFolderItem::getContainer | ( | KWallet::Wallet::EntryType | type | ) |
Definition at line 80 of file allyourbase.cpp.
| QPixmap KWalletFolderItem::getFolderIcon | ( | KIconLoader::Group | group | ) |
Definition at line 60 of file allyourbase.cpp.
| bool KWalletFolderItem::contains | ( | const QString & | itemKey | ) |
Definition at line 93 of file allyourbase.cpp.
| Q3ListViewItem * KWalletFolderItem::getItem | ( | const QString & | itemKey | ) |
Definition at line 97 of file allyourbase.cpp.
Member Data Documentation
| KWallet::Wallet* KWalletFolderItem::_wallet |
Definition at line 96 of file allyourbase.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference