public final class QPointer<O extends QtObjectInterface>
extends Object
Java wrapper for Qt class QPointer.
QPointer
stores a strong reference to a Qt object and supplies null
when resource has been disposed or deleted.
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public QPointer(
O object)
-
-