|  | 
|  | KNCollectionViewItem (FolderTreeWidget *parent, Protocol protocol=NONE, FolderType type=Root) | 
|  | 
|  | KNCollectionViewItem (FolderTreeWidgetItem *parent, Protocol protocol=NONE, FolderType type=Other, int unread=0, int total=0) | 
|  | 
|  | ~KNCollectionViewItem () | 
|  | 
| KNCollection::Ptr | collection () const | 
|  | 
| bool | operator< (const QTreeWidgetItem &other) const | 
|  | 
| void | setCollection (KNCollection::Ptr c) | 
|  | 
|  | FolderTreeWidgetItem (FolderTreeWidget *parent, const QString &label, Protocol protocol, FolderType folderType) | 
|  | 
|  | FolderTreeWidgetItem (FolderTreeWidgetItem *parent, const QString &label, Protocol protocol, FolderType folderType) | 
|  | 
| bool | alwaysDisplayCounts () const | 
|  | 
| qint64 | childrenDataSize () const | 
|  | 
| int | childrenTotalCount () const | 
|  | 
| int | childrenUnreadCount () const | 
|  | 
| qint64 | dataSize () const | 
|  | 
| FolderType | folderType () const | 
|  | 
| bool | isCloseToQuota () const | 
|  | 
| const QString & | labelText () const | 
|  | 
| bool | labelTextElided () const | 
|  | 
| Protocol | protocol () const | 
|  | 
| QString | protocolDescription () const | 
|  | 
| void | setAlwaysDisplayCounts (bool alwaysDisplayCounts) | 
|  | 
| void | setDataSize (qint64 s) | 
|  | 
| void | setFolderType (FolderType folderType) | 
|  | 
| void | setIsCloseToQuota (bool closeToQuota) | 
|  | 
| void | setLabelText (const QString &label) | 
|  | 
| void | setProtocol (Protocol protocol) | 
|  | 
| void | setTotalCount (int totalCount) | 
|  | 
| void | setUnreadCount (int unreadCount) | 
|  | 
| int | totalCount () const | 
|  | 
| int | unreadCount () const | 
|  | 
| bool | updateChildrenCounts () | 
|  | 
| void | updateColumn (int columnIndex) | 
|  | 
| void | updateExpandedState () | 
|  | 
|  | QTreeWidgetItem (int type) | 
|  | 
|  | QTreeWidgetItem (const QStringList &strings, int type) | 
|  | 
|  | QTreeWidgetItem (QTreeWidget *parent, const QStringList &strings, int type) | 
|  | 
|  | QTreeWidgetItem (QTreeWidgetItem *parent, QTreeWidgetItem *preceding, int type) | 
|  | 
|  | QTreeWidgetItem (const QTreeWidgetItem &other) | 
|  | 
|  | QTreeWidgetItem (QTreeWidget *parent, QTreeWidgetItem *preceding, int type) | 
|  | 
|  | QTreeWidgetItem (QTreeWidget *parent, int type) | 
|  | 
|  | QTreeWidgetItem (QTreeWidgetItem *parent, int type) | 
|  | 
|  | QTreeWidgetItem (QTreeWidgetItem *parent, const QStringList &strings, int type) | 
|  | 
| virtual | ~QTreeWidgetItem () | 
|  | 
| void | addChild (QTreeWidgetItem *child) | 
|  | 
| void | addChildren (const QList< QTreeWidgetItem * > &children) | 
|  | 
| QBrush | background (int column) const | 
|  | 
| QColor | backgroundColor (int column) const | 
|  | 
| Qt::CheckState | checkState (int column) const | 
|  | 
| QTreeWidgetItem * | child (int index) const | 
|  | 
| int | childCount () const | 
|  | 
| QTreeWidgetItem::ChildIndicatorPolicy | childIndicatorPolicy () const | 
|  | 
| virtual QTreeWidgetItem * | clone () const | 
|  | 
| int | columnCount () const | 
|  | 
| virtual QVariant | data (int column, int role) const | 
|  | 
| Qt::ItemFlags | flags () const | 
|  | 
| QFont | font (int column) const | 
|  | 
| QBrush | foreground (int column) const | 
|  | 
| QIcon | icon (int column) const | 
|  | 
| int | indexOfChild (QTreeWidgetItem *child) const | 
|  | 
| void | insertChild (int index, QTreeWidgetItem *child) | 
|  | 
| void | insertChildren (int index, const QList< QTreeWidgetItem * > &children) | 
|  | 
| bool | isDisabled () const | 
|  | 
| bool | isExpanded () const | 
|  | 
| bool | isFirstColumnSpanned () const | 
|  | 
| bool | isHidden () const | 
|  | 
| bool | isSelected () const | 
|  | 
| QTreeWidgetItem & | operator= (const QTreeWidgetItem &other) | 
|  | 
| QTreeWidgetItem * | parent () const | 
|  | 
| virtual void | read (QDataStream &in) | 
|  | 
| void | removeChild (QTreeWidgetItem *child) | 
|  | 
| void | setBackground (int column, const QBrush &brush) | 
|  | 
| void | setBackgroundColor (int column, const QColor &color) | 
|  | 
| void | setCheckState (int column, Qt::CheckState state) | 
|  | 
| void | setChildIndicatorPolicy (QTreeWidgetItem::ChildIndicatorPolicy policy) | 
|  | 
| virtual void | setData (int column, int role, const QVariant &value) | 
|  | 
| void | setDisabled (bool disabled) | 
|  | 
| void | setExpanded (bool expand) | 
|  | 
| void | setFirstColumnSpanned (bool span) | 
|  | 
| void | setFlags (QFlags< Qt::ItemFlag > flags) | 
|  | 
| void | setFont (int column, const QFont &font) | 
|  | 
| void | setForeground (int column, const QBrush &brush) | 
|  | 
| void | setHidden (bool hide) | 
|  | 
| void | setIcon (int column, const QIcon &icon) | 
|  | 
| void | setSelected (bool select) | 
|  | 
| void | setSizeHint (int column, const QSize &size) | 
|  | 
| void | setStatusTip (int column, const QString &statusTip) | 
|  | 
| void | setText (int column, const QString &text) | 
|  | 
| void | setTextAlignment (int column, int alignment) | 
|  | 
| void | setTextColor (int column, const QColor &color) | 
|  | 
| void | setToolTip (int column, const QString &toolTip) | 
|  | 
| void | setWhatsThis (int column, const QString &whatsThis) | 
|  | 
| QSize | sizeHint (int column) const | 
|  | 
| void | sortChildren (int column, Qt::SortOrder order) | 
|  | 
| QString | statusTip (int column) const | 
|  | 
| QTreeWidgetItem * | takeChild (int index) | 
|  | 
| QList< QTreeWidgetItem * > | takeChildren () | 
|  | 
| QString | text (int column) const | 
|  | 
| int | textAlignment (int column) const | 
|  | 
| QColor | textColor (int column) const | 
|  | 
| QString | toolTip (int column) const | 
|  | 
| QTreeWidget * | treeWidget () const | 
|  | 
| int | type () const | 
|  | 
| QString | whatsThis (int column) const | 
|  | 
| virtual void | write (QDataStream &out) const | 
|  | 
Folder tree item. 
Definition at line 25 of file kncollectionviewitem.h.