|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void preview(org.kde.qt.QImage img, int id)
img
- the imageid
- the image's idvoid finalImage(org.kde.qt.QImage img, int id)
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.
img
- the imageid
- the image's idvoid textRecognized(java.lang.String text, int 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.
text
- the text that has been recognizedid
- the id of the image
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |