KSane
ksanewidget.h
195 void openedDeviceInfoUpdated(const QString &deviceName, const QString &deivceVendor, const QString &deviceModel);
@ ErrorCannotSegment
If this error status is returned libksane can not segment the returned data.
Definition ksanewidget.h:36
void scanDone(int status, const QString &strStatus)
This signal is emitted when the scanning has ended.
void userMessage(int type, const QString &strStatus)
This signal is emitted when the user is to be notified about something.
void openedDeviceInfoUpdated(const QString &deviceName, const QString &deivceVendor, const QString &deviceModel)
This signal is not emitted anymore.
void scannedImageReady(const QImage &scannedImage)
This signal is emitted when a final scan is ready.
void availableDevices(const QList< KSaneIface::KSaneWidget::DeviceInfo > &deviceList)
This signal is emitted every time the device list is updated or after initGetDeviceList() is called.
void scanProgress(int percent)
This Signal is emitted for progress information during a scan.
QString deviceName() const
This method returns the internal device name of the currently opened scanner.
Definition ksanewidget.cpp:210
KSaneWidget(QWidget *parent=nullptr)
This constructor initializes the private class variables, but the widget is left empty.
Definition ksanewidget.cpp:38
QString deviceModel() const
This method returns the model of the currently opened scanner.
Definition ksanewidget.cpp:220
void buttonPressed(const QString &optionName, const QString &optionLabel, bool pressed)
This Signal is emitted when a hardware button is pressed.
Q_SCRIPTABLE CaptureState status()
Definition hiderectitem.cpp:12
Q_OBJECTQ_OBJECT
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:54 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:54 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.