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

52 lines
1.9 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
import org.trinitydesktop.qt.Qt;
public class TQSqlForm extends TQObject {
protected TQSqlForm(Class dummy){super((Class) null);}
public native TQMetaObject metaObject();
public native String className();
public TQSqlForm(TQObject parent, String name) {
super((Class) null);
newTQSqlForm(parent,name);
}
private native void newTQSqlForm(TQObject parent, String name);
public TQSqlForm(TQObject parent) {
super((Class) null);
newTQSqlForm(parent);
}
private native void newTQSqlForm(TQObject parent);
public TQSqlForm() {
super((Class) null);
newTQSqlForm();
}
private native void newTQSqlForm();
public native void insert(TQWidget widget, String field);
public native void remove(String field);
public native int count();
public native TQWidget widget(int i);
public native TQSqlField widgetToField(TQWidget widget);
public native TQWidget fieldToWidget(TQSqlField field);
public native void installPropertyMap(TQSqlPropertyMap map);
public native void setRecord(TQSqlRecord buf);
public native void readField(TQWidget widget);
public native void writeField(TQWidget widget);
public native void readFields();
public native void writeFields();
public native void clear();
public native void clearValues(boolean nullify);
public native void clearValues();
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
protected native void insert(TQWidget widget, TQSqlField field);
protected native void remove(TQWidget widget);
protected native void clearMap();
/** 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();
}