blob: d246c901c1bd753f3eb6309c944788a1d9d61163 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
import org.kde.qt.Qt;
public class QSyntaxHighlighter extends Qt {
protected QSyntaxHighlighter(Class dummy){super((Class) null);}
public native int highlightParagraph(String text, int endStateOfLastPara);
public native void setFormat(int start, int count, QFont font, QColor color);
public native void setFormat(int start, int count, QColor color);
public native void setFormat(int start, int count, QFont font);
public native QTextEdit textEdit();
public native void rehighlight();
public native int currentParagraph();
}
|