Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 347 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 350 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 349 of file qqmlprivate.h.

Member Function Documentation

◆ attachedPropertiesFunc()

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

Definition at line 352 of file qqmlprivate.h.

◆ staticMetaObject()

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

Definition at line 351 of file qqmlprivate.h.

Referenced by QQmlPrivate::QmlAttachedAccessor< T >::staticMetaObject().

+ Here is the caller graph for this function:

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