#include <modules/qtwidgets/qptr.h>
|
|
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) |
template<typename T>
class inviwo::QPtr< T >
A unique pointer that automatically connects to the QObject's destroyed signal to automatically release the pointer if the object is destroyed.
The documentation for this class was generated from the following file:
- modules/qtwidgets/include/modules/qtwidgets/qptr.h