You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
598 B
Java
16 lines
598 B
Java
//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();
|
|
}
|