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

Public Member Functions | |
| KWalletItem (QListWidget *parent, const QString &walletName) | |
| virtual | ~KWalletItem () |
| void | processDropEvent (QDropEvent *e) |
| void | setOpen (bool state) |
Public Member Functions inherited from QListWidgetItem | |
| QListWidgetItem (QListWidget *parent, int type) | |
| QListWidgetItem (const QString &text, QListWidget *parent, int type) | |
| QListWidgetItem (const QListWidgetItem &other) | |
| QListWidgetItem (const QIcon &icon, const QString &text, QListWidget *parent, int type) | |
| virtual | ~QListWidgetItem () |
| QBrush | background () const |
| QColor | backgroundColor () const |
| Qt::CheckState | checkState () const |
| virtual QListWidgetItem * | clone () const |
| virtual QVariant | data (int role) const |
| Qt::ItemFlags | flags () const |
| QFont | font () const |
| QBrush | foreground () const |
| QIcon | icon () const |
| bool | isHidden () const |
| bool | isSelected () const |
| QListWidget * | listWidget () const |
| virtual bool | operator< (const QListWidgetItem &other) const |
| QListWidgetItem & | operator= (const QListWidgetItem &other) |
| virtual void | read (QDataStream &in) |
| void | setBackground (const QBrush &brush) |
| virtual void | setBackgroundColor (const QColor &color) |
| void | setCheckState (Qt::CheckState state) |
| virtual void | setData (int role, const QVariant &value) |
| void | setFlags (QFlags< Qt::ItemFlag > flags) |
| void | setFont (const QFont &font) |
| void | setForeground (const QBrush &brush) |
| void | setHidden (bool hide) |
| void | setIcon (const QIcon &icon) |
| void | setSelected (bool select) |
| void | setSizeHint (const QSize &size) |
| void | setStatusTip (const QString &statusTip) |
| void | setText (const QString &text) |
| void | setTextAlignment (int alignment) |
| void | setTextColor (const QColor &color) |
| void | setToolTip (const QString &toolTip) |
| void | setWhatsThis (const QString &whatsThis) |
| QSize | sizeHint () const |
| QString | statusTip () const |
| QString | text () const |
| int | textAlignment () const |
| QColor | textColor () const |
| QString | toolTip () const |
| int | type () const |
| QString | whatsThis () const |
| virtual void | write (QDataStream &out) const |
Detailed Description
Definition at line 133 of file allyourbase.h.
Constructor & Destructor Documentation
| KWalletItem::KWalletItem | ( | QListWidget * | parent, |
| const QString & | walletName | ||
| ) |
Definition at line 186 of file allyourbase.cpp.
|
virtual |
Definition at line 191 of file allyourbase.cpp.
Member Function Documentation
| void KWalletItem::processDropEvent | ( | QDropEvent * | e | ) |
Definition at line 267 of file allyourbase.cpp.
| void KWalletItem::setOpen | ( | bool | state | ) |
Definition at line 194 of file allyourbase.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from