org.kde.qt
public class QSqlPropertyMap extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QSqlPropertyMap(Class dummy) |
| QSqlPropertyMap() | |
| Method Summary | |
|---|---|
| static QSqlPropertyMap | defaultMap() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | insert(String classname, String property) |
| static void | installDefaultMap(QSqlPropertyMap map) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QVariant | property(QWidget widget) |
| void | remove(String classname) |
| void | setProperty(QWidget widget, QVariant value) |