summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KOCRDialogSignals.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KOCRDialogSignals.java')
-rw-r--r--kdejava/koala/org/kde/koala/KOCRDialogSignals.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/kdejava/koala/org/kde/koala/KOCRDialogSignals.java b/kdejava/koala/org/kde/koala/KOCRDialogSignals.java
new file mode 100644
index 00000000..5ceb0d11
--- /dev/null
+++ b/kdejava/koala/org/kde/koala/KOCRDialogSignals.java
@@ -0,0 +1,18 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+package org.kde.koala;
+
+import org.kde.qt.QMetaObject;
+import org.kde.qt.QtSupport;
+import org.kde.qt.QWidget;
+
+public interface KOCRDialogSignals {
+ /**
+ Informs you that the image with the id <code>id</code> 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.
+ @param text the text that has been recognized
+ @param id the id of the image
+ @short Informs you that the image with the id <code>id</code> has been run through text-recognition.
+ */
+ void textRecognized(String text, int id);
+}