ILVItem Class Reference

Contains info about item for ItemSelector. More...

#include <itemselector.h>

Collaboration diagram for ILVItem:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ILVItem (QListView *parent, const QString &id)
 ILVItem (QListViewItem *parent, const QString &id)
void setProjectItem (ProjectItem *projectItem)
ProjectItemprojectItem () const
QString id () const
QString key (int, bool) const
void setRemovable (bool isRemovable)
bool isRemovable () const

Protected Attributes

QString m_id
bool b_isRemovable
ProjectItemm_pProjectItem

Detailed Description

Contains info about item for ItemSelector.

Author:
David Saxton

Definition at line 27 of file itemselector.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Tue May 8 17:05:44 2007 for KTechLab by  doxygen 1.5.1