org.kde.koala
public class KStaticDeleterBase extends Object implements QtSupport
See Also: KStaticDeleter KGlobal KGlobal KGlobal
UNKNOWN: Static deleters are used to manage static resources.
Constructor Summary | |
---|---|
protected | KStaticDeleterBase(Class dummy) |
KStaticDeleterBase() |
Method Summary | |
---|---|
void | destructObject()
Should destruct the resources managed by this KStaticDeleterBase.
|
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? |
See Also: KGlobal
UNKNOWN: Should destruct the resources managed by this KStaticDeleterBase.