summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QSqlForm.java
blob: 3b075fb2cf91ad820bdad5200c278c00e537db5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class QSqlForm extends QObject  {
	protected QSqlForm(Class dummy){super((Class) null);}
	public native QMetaObject metaObject();
	public native String className();
	public QSqlForm(QObject parent, String name) {
		super((Class) null);
		newQSqlForm(parent,name);
	}
	private native void newQSqlForm(QObject parent, String name);
	public QSqlForm(QObject parent) {
		super((Class) null);
		newQSqlForm(parent);
	}
	private native void newQSqlForm(QObject parent);
	public QSqlForm() {
		super((Class) null);
		newQSqlForm();
	}
	private native void newQSqlForm();
	public native void insert(QWidget widget, String field);
	public native void remove(String field);
	public native int count();
	public native QWidget widget(int i);
	public native QSqlField widgetToField(QWidget widget);
	public native QWidget fieldToWidget(QSqlField field);
	public native void installPropertyMap(QSqlPropertyMap map);
	public native void setRecord(QSqlRecord buf);
	public native void readField(QWidget widget);
	public native void writeField(QWidget 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(QWidget widget, QSqlField field);
	protected native void remove(QWidget 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();
}