org.kde.koala
Interface KScanDialogSignals


public interface KScanDialogSignals


Method Summary
 void finalImage(org.kde.qt.QImage img, int id)
          Informs you that an image has scanned.
 void preview(org.kde.qt.QImage img, int id)
          Informs you that an image has been previewed.
 void textRecognized(java.lang.String text, int id)
          Informs you that the image with the id id has been run through text-recognition.
 

Method Detail

preview

void preview(org.kde.qt.QImage img,
             int id)
Informs you that an image has been previewed.

Parameters:
img - the image
id - the image's id

finalImage

void finalImage(org.kde.qt.QImage img,
                int id)
Informs you that an image has scanned. id is the same as in the preview() signal, if this image had been previewed before. Note, that those id's may not be properly implemented in the current libkscan.

Parameters:
img - the image
id - the image's id

textRecognized

void textRecognized(java.lang.String text,
                    int id)
Informs you that the image with the id id has been run through text-recognition. The text is in the String parameter. In the future, a compound document, using rich text will be used instead.

Parameters:
text - the text that has been recognized
id - the id of the image