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
QQmlPrivate::QmlAttached< T, class, OldStyle > Struct Template Reference

#include <qqmlprivate.h>

Collaboration diagram for QQmlPrivate::QmlAttached< T, class, OldStyle >:

Public Types

using Type = void
using Func = QQmlAttachedPropertiesFunc<QObject>

Static Public Member Functions

static const QMetaObjectstaticMetaObject ()
static Func attachedPropertiesFunc ()

Detailed Description

template<class T, class = std::void_t<>, bool OldStyle = QQmlTypeInfo<T>::hasAttachedProperties>
struct QQmlPrivate::QmlAttached< T, class, OldStyle >

Definition at line 351 of file qqmlprivate.h.

Member Typedef Documentation

◆ Func

template<class T, class = std::void_t<>, bool OldStyle = QQmlTypeInfo<T>::hasAttachedProperties>
using QQmlPrivate::QmlAttached< T, class, OldStyle >::Func = QQmlAttachedPropertiesFunc<QObject>

Definition at line 354 of file qqmlprivate.h.

◆ Type

template<class T, class = std::void_t<>, bool OldStyle = QQmlTypeInfo<T>::hasAttachedProperties>
using QQmlPrivate::QmlAttached< T, class, OldStyle >::Type = void

Definition at line 353 of file qqmlprivate.h.

Member Function Documentation

◆ attachedPropertiesFunc()

template<class T, class = std::void_t<>, bool OldStyle = QQmlTypeInfo<T>::hasAttachedProperties>
Func QQmlPrivate::QmlAttached< T, class, OldStyle >::attachedPropertiesFunc ( )
inlinestatic

Definition at line 356 of file qqmlprivate.h.

◆ staticMetaObject()

template<class T, class = std::void_t<>, bool OldStyle = QQmlTypeInfo<T>::hasAttachedProperties>
const QMetaObject * QQmlPrivate::QmlAttached< T, class, OldStyle >::staticMetaObject ( )
inlinestatic

Definition at line 355 of file qqmlprivate.h.


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