#include <itemselector.h>
Collaboration diagram for ILVItem:

Public Member Functions | |
| ILVItem (QListView *parent, const QString &id) | |
| ILVItem (QListViewItem *parent, const QString &id) | |
| void | setProjectItem (ProjectItem *projectItem) |
| ProjectItem * | projectItem () const |
| QString | id () const |
| QString | key (int, bool) const |
| void | setRemovable (bool isRemovable) |
| bool | isRemovable () const |
Protected Attributes | |
| QString | m_id |
| bool | b_isRemovable |
| ProjectItem * | m_pProjectItem |
Definition at line 27 of file itemselector.h.
| void ILVItem::setRemovable | ( | bool | isRemovable | ) | [inline] |
Set whether the item can be removed from the listview by the user
Definition at line 42 of file itemselector.h.
References b_isRemovable.
Referenced by ItemSelector::addItem().
| bool ILVItem::isRemovable | ( | ) | const [inline] |
Whether the item can be removed from the listview by the user
Definition at line 46 of file itemselector.h.
References b_isRemovable.
1.5.1