DeviceProcessList Class
(ProjectExplorer::DeviceProcessList)| Inherits: | QAbstractItemModel |
Public Functions
| DeviceProcessList(const IDevice::ConstPtr &device, QObject *parent = 0) | |
| DeviceProcessItem | at(int row) const |
| void | killProcess(int row) |
| void | update() |
- 39 public functions inherited from QAbstractItemModel
- 31 public functions inherited from QObject
Signals
| void | error(const QString &errorMsg) |
| void | processKilled() |
| void | processListUpdated() |
- 18 signals inherited from QAbstractItemModel
- 2 signals inherited from QObject
Static Public Members
| QList<DeviceProcessItem> | localProcesses() |
- 10 static public members inherited from QObject
Protected Functions
| IDevice::ConstPtr | device() const |
| void | reportError(const QString &message) |
| void | reportProcessKilled() |
| void | reportProcessListUpdated(const QList<DeviceProcessItem> &processes) |
- 19 protected functions inherited from QAbstractItemModel
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 2 public slots inherited from QAbstractItemModel
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 1 protected slot inherited from QAbstractItemModel
- 2 protected variables inherited from QObject
Member Function Documentation
DeviceProcessList::DeviceProcessList(const IDevice::ConstPtr &device, QObject *parent = 0)
Default constructs an instance of DeviceProcessList.