summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KOCRDialogSignals.java
blob: 5ceb0d11fc34fadd94a04fe34057bff98d05df54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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);
}