![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcore_ohos_p.h>
Public Member Functions | |
| QThreadSafeRef () | |
| QThreadSafeRef (QPointer< T > obj) | |
| QThreadSafeRef (const QThreadSafeRef< T > &other) | |
| QThreadSafeRef & | operator= (const QThreadSafeRef< T > &other) |
| QObjectThreadSafeRef | toQObjectThreadSafeRef () const |
| std::string | refName () const |
| QPointer< T > | data () const |
| void | visitInQtThreadIfAlive (std::function< void(T &)> visitFunc) const |
Definition at line 195 of file qcore_ohos_p.h.
|
default |
| QtOhos::QThreadSafeRef< T >::QThreadSafeRef | ( | QPointer< T > | obj | ) |
Definition at line 275 of file qcore_ohos_p.h.
|
default |
| QPointer< T > QtOhos::QThreadSafeRef< T >::data | ( | ) | const |
Definition at line 299 of file qcore_ohos_p.h.
|
default |
| std::string QtOhos::QThreadSafeRef< T >::refName | ( | ) | const |
Definition at line 287 of file qcore_ohos_p.h.
| QObjectThreadSafeRef QtOhos::QThreadSafeRef< T >::toQObjectThreadSafeRef | ( | ) | const |
Definition at line 293 of file qcore_ohos_p.h.
| void QtOhos::QThreadSafeRef< T >::visitInQtThreadIfAlive | ( | std::function< void(T &)> | visitFunc | ) | const |
Definition at line 307 of file qcore_ohos_p.h.