![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <modules/qtwidgets/qptr.h>
Inheritance diagram for inviwo::QPtr< T >:Public Member Functions | |
| QPtr & | operator= (const QPtr &that)=delete |
| QPtr & | operator= (QPtr &&that) noexcept |
| QPtr (const QPtr &rhs)=delete | |
| QPtr (QPtr &&rhs) noexcept | |
| QPtr (std::nullptr_t) | |
| QPtr (T *ptr) | |
| void | reset (T *ptr=nullptr) |
A unique pointer that automatically connects to the QObject's destroyed signal to automatically release the pointer if the object is destroyed.