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.
28 lines
1000 B
28 lines
1000 B
15 years ago
|
//Auto-generated by kalyptus. DO NOT EDIT.
|
||
11 years ago
|
package org.trinitydesktop.qt;
|
||
15 years ago
|
|
||
11 years ago
|
import org.trinitydesktop.qt.Qt;
|
||
15 years ago
|
|
||
13 years ago
|
public class TQSqlPropertyMap implements QtSupport {
|
||
15 years ago
|
private long _qt;
|
||
|
private boolean _allocatedInJavaWorld = true;
|
||
13 years ago
|
protected TQSqlPropertyMap(Class dummy){}
|
||
15 years ago
|
|
||
13 years ago
|
public TQSqlPropertyMap() {
|
||
|
newTQSqlPropertyMap();
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQSqlPropertyMap();
|
||
|
public native TQVariant property(TQWidget widget);
|
||
|
public native void setProperty(TQWidget widget, TQVariant value);
|
||
15 years ago
|
public native void insert(String classname, String property);
|
||
|
public native void remove(String classname);
|
||
13 years ago
|
public static native TQSqlPropertyMap defaultMap();
|
||
|
public static native void installDefaultMap(TQSqlPropertyMap map);
|
||
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();
|
||
|
}
|