org.kde.qt
public class QObjectCleanupHandler extends QObject
| Constructor Summary | |
|---|---|
| protected | QObjectCleanupHandler(Class dummy) |
| QObjectCleanupHandler() | |
| Method Summary | |
|---|---|
| QObject | add(QObject object) |
| String | className() |
| void | clear() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isEmpty() |
| QMetaObject | metaObject() |
| void | remove(QObject object) |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |