DtkDevice
DTK library for device.
Dtk::Device::DInputDevice类 参考

外设设备信息. 更多...

#include <dinputdevice.h>

类 Dtk::Device::DInputDevice 继承关系图:

Public 成员函数

 DInputDevice (QObject *parent=nullptr)
 
int count ()
 获取所有外设个数. 更多...
 
QString name (int index)
 获取指定外设名称. 更多...
 
QString vendor (int index)
 获取指定外设的厂商. 更多...
 
QString model (int index)
 获取指定外设的型号. 更多...
 
QString interface (int index)
 获取指定外设的接口. 更多...
 
QString driver (int index)
 获取指定外设的驱动. 更多...
 

详细描述

外设设备信息.

成员函数说明

◆ count()

int DInputDevice::count ( )

获取所有外设个数.

返回
所有外设个数.

◆ driver()

QString DInputDevice::driver ( int  index)

获取指定外设的驱动.

参数
[in]index指定外设的ID.
返回
指定外设的驱动.

◆ interface()

QString DInputDevice::interface ( int  index)

获取指定外设的接口.

参数
[in]index指定外设的ID.
返回
指定外设的接口.

◆ model()

QString DInputDevice::model ( int  index)

获取指定外设的型号.

参数
[in]index指定外设的ID.
返回
指定外设的型号.

◆ name()

int DInputDevice::name ( int  index)

获取指定外设名称.

参数
[in]index指定外设的ID.
返回
指定外设名称.

◆ vendor()

QString DInputDevice::vendor ( int  index)

获取指定外设的厂商.

参数
[in]index指定外设的ID.
返回
指定外设的厂商.

该类的文档由以下文件生成: