KSaneCore
finddevicesthread.cpp
92 || (m_deviceType == Interface::NoCameraAndVirtualDevices && type != QLatin1String("still camera") && type != QLatin1String("video camera")
94 InternalDeviceInformation *device = new InternalDeviceInformation(QString::fromUtf8(devList[i]->name),
99 qCDebug(KSANECORE_LOG) << "Adding device " << device->vendor() << device->name() << device->model() << device->type() << " to device list";
QString type() const
This function returns the device type (e.g., "flatbed scanner")
Definition deviceinformation.cpp:34
QString name() const
This function returns a unique device name for the scanner device.
Definition deviceinformation.cpp:19
QString model() const
This function returns the device vendor string of the scanner device.
Definition deviceinformation.cpp:29
QString vendor() const
This function returns the device vendor string of the scanner device.
Definition deviceinformation.cpp:24
Q_SCRIPTABLE CaptureState status()
Type type(const QSqlDatabase &db)
QString fromUtf8(QByteArrayView str)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.