You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
4.6 KiB
110 lines
4.6 KiB
15 years ago
|
//Auto-generated by kalyptus. DO NOT EDIT.
|
||
|
package org.kde.qt;
|
||
|
|
||
|
import org.kde.qt.Qt;
|
||
|
|
||
13 years ago
|
public class TQBoxLayout extends TQLayout {
|
||
|
protected TQBoxLayout(Class dummy){super((Class) null);}
|
||
15 years ago
|
public static final int LeftToRight = 0;
|
||
|
public static final int RightToLeft = 1;
|
||
|
public static final int TopToBottom = 2;
|
||
|
public static final int BottomToTop = 3;
|
||
|
public static final int Down = TopToBottom;
|
||
|
public static final int Up = BottomToTop;
|
||
|
|
||
13 years ago
|
public native TQMetaObject metaObject();
|
||
15 years ago
|
public native String className();
|
||
13 years ago
|
public TQBoxLayout(TQWidget parent, int arg2, int border, int spacing, String name) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(parent,arg2,border,spacing,name);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(TQWidget parent, int arg2, int border, int spacing, String name);
|
||
|
public TQBoxLayout(TQWidget parent, int arg2, int border, int spacing) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(parent,arg2,border,spacing);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(TQWidget parent, int arg2, int border, int spacing);
|
||
|
public TQBoxLayout(TQWidget parent, int arg2, int border) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(parent,arg2,border);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(TQWidget parent, int arg2, int border);
|
||
|
public TQBoxLayout(TQWidget parent, int arg2) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(parent,arg2);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(TQWidget parent, int arg2);
|
||
|
public TQBoxLayout(TQLayout parentLayout, int arg2, int spacing, String name) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(parentLayout,arg2,spacing,name);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(TQLayout parentLayout, int arg2, int spacing, String name);
|
||
|
public TQBoxLayout(TQLayout parentLayout, int arg2, int spacing) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(parentLayout,arg2,spacing);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(TQLayout parentLayout, int arg2, int spacing);
|
||
|
public TQBoxLayout(TQLayout parentLayout, int arg2) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(parentLayout,arg2);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(TQLayout parentLayout, int arg2);
|
||
|
public TQBoxLayout(int arg1, int spacing, String name) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(arg1,spacing,name);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(int arg1, int spacing, String name);
|
||
|
public TQBoxLayout(int arg1, int spacing) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(arg1,spacing);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(int arg1, int spacing);
|
||
|
public TQBoxLayout(int arg1) {
|
||
15 years ago
|
super((Class) null);
|
||
13 years ago
|
newTQBoxLayout(arg1);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQBoxLayout(int arg1);
|
||
|
public native void addItem(TQLayoutItemInterface arg1);
|
||
15 years ago
|
public native int direction();
|
||
|
public native void setDirection(int arg1);
|
||
|
public native void addSpacing(int size);
|
||
|
public native void addStretch(int stretch);
|
||
|
public native void addStretch();
|
||
13 years ago
|
public native void addWidget(TQWidget arg1, int stretch, int alignment);
|
||
|
public native void addWidget(TQWidget arg1, int stretch);
|
||
|
public native void addWidget(TQWidget arg1);
|
||
|
public native void addLayout(TQLayout layout, int stretch);
|
||
|
public native void addLayout(TQLayout layout);
|
||
15 years ago
|
public native void addStrut(int arg1);
|
||
|
public native void insertSpacing(int index, int size);
|
||
|
public native void insertStretch(int index, int stretch);
|
||
|
public native void insertStretch(int index);
|
||
13 years ago
|
public native void insertWidget(int index, TQWidget widget, int stretch, int alignment);
|
||
|
public native void insertWidget(int index, TQWidget widget, int stretch);
|
||
|
public native void insertWidget(int index, TQWidget widget);
|
||
|
public native void insertLayout(int index, TQLayout layout, int stretch);
|
||
|
public native void insertLayout(int index, TQLayout layout);
|
||
|
public native boolean setStretchFactor(TQWidget arg1, int stretch);
|
||
|
public native boolean setStretchFactor(TQLayout l, int stretch);
|
||
|
public native TQSize sizeHint();
|
||
|
public native TQSize minimumSize();
|
||
|
public native TQSize maximumSize();
|
||
15 years ago
|
public native boolean hasHeightForWidth();
|
||
|
public native int heightForWidth(int arg1);
|
||
|
public native int minimumHeightForWidth(int arg1);
|
||
|
public native int expanding();
|
||
|
public native void invalidate();
|
||
13 years ago
|
// TQLayoutIterator iterator(); >>>> NOT CONVERTED
|
||
|
public native void setGeometry(TQRect arg1);
|
||
|
public native int findWidget(TQWidget w);
|
||
15 years ago
|
public static native String tr(String arg1, String arg2);
|
||
|
public static native String tr(String arg1);
|
||
13 years ago
|
public native void insertItem(int index, TQLayoutItemInterface arg2);
|
||
15 years ago
|
/** 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();
|
||
|
}
|