Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlSynchronizerPrivate::OwnedTarget Struct Reference
Collaboration diagram for QQmlSynchronizerPrivate::OwnedTarget:

Public Attributes

QPointer< QObjectobject
std::unique_ptr< const QQmlPropertyDatacore
std::unique_ptr< const QQmlPropertyDataauxiliary

Detailed Description

Definition at line 218 of file qqmlsynchronizer.cpp.

Member Data Documentation

◆ auxiliary

std::unique_ptr< const QQmlPropertyData > QQmlSynchronizerPrivate::OwnedTarget::auxiliary

Definition at line 222 of file qqmlsynchronizer.cpp.

◆ core

std::unique_ptr< const QQmlPropertyData > QQmlSynchronizerPrivate::OwnedTarget::core

Definition at line 221 of file qqmlsynchronizer.cpp.

◆ object

QPointer< QObject > QQmlSynchronizerPrivate::OwnedTarget::object

Definition at line 220 of file qqmlsynchronizer.cpp.


The documentation for this struct was generated from the following file: