KSane
ksanewidget.h
41 } ScanStatus;
195 void openedDeviceInfoUpdated(const QString &deviceName, const QString &deivceVendor, const QString &deviceModel);
This class provides the widget containing the scan options and the preview.
Definition ksanewidget.h:27
void availableDevices(const QList< KSaneWidget::DeviceInfo > &deviceList)
This signal is emitted every time the device list is updated or after initGetDeviceList() is called.
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 scanProgress(int percent)
This Signal is emitted for progress information during a scan.
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:32 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:18:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.