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.
tdebindings/qtjava/javalib/org/kde/qt/QStyleSheet.java

45 lines
1.8 KiB
Java

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
import org.kde.qt.Qt;
public class QStyleSheet extends QObject {
protected QStyleSheet(Class dummy){super((Class) null);}
public native QMetaObject metaObject();
public native String className();
public QStyleSheet(QObject parent, String name) {
super((Class) null);
newQStyleSheet(parent,name);
}
private native void newQStyleSheet(QObject parent, String name);
public QStyleSheet(QObject parent) {
super((Class) null);
newQStyleSheet(parent);
}
private native void newQStyleSheet(QObject parent);
public QStyleSheet() {
super((Class) null);
newQStyleSheet();
}
private native void newQStyleSheet();
public native QStyleSheetItem item(String name);
public native void insert(QStyleSheetItem item);
// QTextCustomItem* tag(const QString& arg1,const QMap<QString, QString>& arg2,const QString& arg3,const QMimeSourceFactory& arg4,bool arg5,QTextDocument* arg6); >>>> NOT CONVERTED
public native void scaleFont(QFont font, int logicalSize);
public native void error(String arg1);
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
public static native QStyleSheet defaultSheet();
public static native void setDefaultSheet(QStyleSheet arg1);
public static native String escape(String arg1);
public static native String convertFromPlainText(String arg1, int mode);
public static native String convertFromPlainText(String arg1);
public static native boolean mightBeRichText(String arg1);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */
public native void dispose();
/** Has the wrapped C++ instance been deleted? */
public native boolean isDisposed();
}