//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.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(); }