|
OpenHantek
|
#include <deviceslistmodel.h>
Public Member Functions | |
| DevicesListModel (FindDevices *findDevices, int verboseLevel=0) | |
| int | rowCount (const QModelIndex &parent) const override |
| int | columnCount (const QModelIndex &parent) const override |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
| QVariant | data (const QModelIndex &index, int role) const override |
| void | updateDeviceList () |
Private Attributes | |
| std::vector< DeviceListEntry > | entries |
| FindDevices * | findDevices |
| int | verboseLevel = 0 |
Provides a Model for the Qt Model/View concept. The {
|
explicit |
|
override |
|
override |
|
override |
|
override |
| void DevicesListModel::updateDeviceList | ( | ) |
|
private |
|
private |
|
private |