QHandle Class

(Qt3DCore::QHandle)

Public Types

class Data

Public Functions

QHandle()
QHandle(Data *d)
QHandle(const QHandle &other)
T *data() const
Data *data_ptr() const
quintptr handle() const
bool isNull() const
bool operator!=(const QHandle &other) const
T *operator->() const
QHandle &operator=(const QHandle &other)
bool operator==(const QHandle &other) const

Member Function Documentation

QHandle::QHandle()

Default constructs an instance of QHandle.

QHandle::QHandle(Data *d)

Default constructs an instance of QHandle.

QHandle::QHandle(const QHandle &other)

Copy constructor.

T *QHandle::data() const

Data *QHandle::data_ptr() const

quintptr QHandle::handle() const

bool QHandle::isNull() const

bool QHandle::operator!=(const QHandle &other) const

T *QHandle::operator->() const

QHandle &QHandle::operator=(const QHandle &other)

Copy-assignment operator.

bool QHandle::operator==(const QHandle &other) const