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.
62 lines
2.0 KiB
Java
62 lines
2.0 KiB
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
public class QGrid extends QFrame {
|
|
protected QGrid(Class dummy){super((Class) null);}
|
|
public native QMetaObject metaObject();
|
|
public native String className();
|
|
public QGrid(int n, QWidget parent, String name, int f) {
|
|
super((Class) null);
|
|
newQGrid(n,parent,name,f);
|
|
}
|
|
private native void newQGrid(int n, QWidget parent, String name, int f);
|
|
public QGrid(int n, QWidget parent, String name) {
|
|
super((Class) null);
|
|
newQGrid(n,parent,name);
|
|
}
|
|
private native void newQGrid(int n, QWidget parent, String name);
|
|
public QGrid(int n, QWidget parent) {
|
|
super((Class) null);
|
|
newQGrid(n,parent);
|
|
}
|
|
private native void newQGrid(int n, QWidget parent);
|
|
public QGrid(int n) {
|
|
super((Class) null);
|
|
newQGrid(n);
|
|
}
|
|
private native void newQGrid(int n);
|
|
public QGrid(int n, int orient, QWidget parent, String name, int f) {
|
|
super((Class) null);
|
|
newQGrid(n,orient,parent,name,f);
|
|
}
|
|
private native void newQGrid(int n, int orient, QWidget parent, String name, int f);
|
|
public QGrid(int n, int orient, QWidget parent, String name) {
|
|
super((Class) null);
|
|
newQGrid(n,orient,parent,name);
|
|
}
|
|
private native void newQGrid(int n, int orient, QWidget parent, String name);
|
|
public QGrid(int n, int orient, QWidget parent) {
|
|
super((Class) null);
|
|
newQGrid(n,orient,parent);
|
|
}
|
|
private native void newQGrid(int n, int orient, QWidget parent);
|
|
public QGrid(int n, int orient) {
|
|
super((Class) null);
|
|
newQGrid(n,orient);
|
|
}
|
|
private native void newQGrid(int n, int orient);
|
|
public native void setSpacing(int arg1);
|
|
public native QSize sizeHint();
|
|
public static native String tr(String arg1, String arg2);
|
|
public static native String tr(String arg1);
|
|
protected native void frameChanged();
|
|
/** 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();
|
|
}
|