KIO
KDeviceListItem Namespace Reference
Functions | |
void | appendChild (KDeviceListItem *child) |
KDeviceListItem * | child (int row) |
int | childCount () const |
QList< KDeviceListItem * > | children () |
Solid::Device & | device () |
int | indexOf (KDeviceListItem *child) const |
KDeviceListItem () | |
KDeviceListItem * | parent () |
void | removeChild (KDeviceListItem *child) |
int | row () const |
void | setDevice (const Solid::Device &device) |
void | setParent (KDeviceListItem *parent) |
~KDeviceListItem () |
Function Documentation
void KDeviceListItem::appendChild | ( | KDeviceListItem * | child | ) |
Definition at line 107 of file kdevicelistitem.cpp.
KDeviceListItem* KDeviceListItem::child | ( | int | row | ) |
Definition at line 50 of file kdevicelistitem.cpp.
int KDeviceListItem::childCount | ( | ) | const |
Definition at line 65 of file kdevicelistitem.cpp.
QList<KDeviceListItem*> KDeviceListItem::children | ( | ) |
Definition at line 55 of file kdevicelistitem.cpp.
Solid::Device& KDeviceListItem::device | ( | ) |
Definition at line 102 of file kdevicelistitem.cpp.
int KDeviceListItem::indexOf | ( | KDeviceListItem * | child | ) | const |
Definition at line 60 of file kdevicelistitem.cpp.
KDeviceListItem::KDeviceListItem | ( | ) |
Definition at line 40 of file kdevicelistitem.cpp.
KDeviceListItem* KDeviceListItem::parent | ( | ) |
Definition at line 92 of file kdevicelistitem.cpp.
void KDeviceListItem::removeChild | ( | KDeviceListItem * | child | ) |
Definition at line 112 of file kdevicelistitem.cpp.
int KDeviceListItem::row | ( | ) | const |
Definition at line 70 of file kdevicelistitem.cpp.
void KDeviceListItem::setDevice | ( | const Solid::Device & | device | ) |
Definition at line 97 of file kdevicelistitem.cpp.
void KDeviceListItem::setParent | ( | KDeviceListItem * | parent | ) |
Definition at line 79 of file kdevicelistitem.cpp.
KDeviceListItem::~KDeviceListItem | ( | ) |
Definition at line 45 of file kdevicelistitem.cpp.