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.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QPointer
public QPointer(O object)
-
QPointer
public QPointer()
-