KIO
kscan.h
Go to the documentation of this file.
Help
Close
void textRecognized(const QString &text, int id)
Informs you that the image with the id id has been run through text-recognition.
static KOCRDialog * getOCRDialog(QWidget *parent=0)
Creates the user's preferred OCR dialog and returns it, or 0L if no OCR-support is available.
Definition kscan.cpp:87
KOCRDialog(int dialogFace=Tabbed, int buttonMask=Close|Help, QWidget *parent=0L, bool modal=false)
Constructs the OCR dialog.
Definition kscan.cpp:93
Tabbed
KPageDialog(QWidget *parent=0, Qt::WindowFlags flags=0)
void textRecognized(const QString &text, int id)
Informs you that the image with the id id has been run through text-recognition.
static KScanDialog * getScanDialog(QWidget *parent=0)
Creates the user's preferred scanning dialog and returns it, or 0L if no scan-support is available.
Definition kscan.cpp:38
void finalImage(const QImage &img, int id)
Informs you that an image has scanned.
virtual bool setup()
Reimplement this if you need to set up some things, before showing the dialog, e.g.
Definition kscan.cpp:70
void preview(const QImage &img, int id)
Informs you that an image has been previewed.
KScanDialog(int dialogFace=Tabbed, int buttonMask=Close|Help, QWidget *parent=0)
Constructs the scan dialog.
Definition kscan.cpp:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.