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, std::void_t< typename OverridableAttachedType< T, typename T::QmlAttachedType >::Type >, false > Struct Template Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::QmlAttached< T, std::void_t< typename OverridableAttachedType< T, typename T::QmlAttachedType >::Type >, false >:

Classes

struct  Properties
 
struct  Properties< Parent, void >
 

Public Types

using Type
 
using Func = typename Properties<T, Type>::Func
 

Static Public Member Functions

static const QMetaObjectstaticMetaObject ()
 
static Func attachedPropertiesFunc ()
 

Detailed Description

template<class T>
struct QQmlPrivate::QmlAttached< T, std::void_t< typename OverridableAttachedType< T, typename T::QmlAttachedType >::Type >, false >

Definition at line 357 of file qqmlprivate.h.

Member Typedef Documentation

◆ Func

template<class T >
using QQmlPrivate::QmlAttached< T, std::void_t< typename OverridableAttachedType< T, typename T::QmlAttachedType >::Type >, false >::Func = typename Properties<T, Type>::Func

Definition at line 380 of file qqmlprivate.h.

◆ Type

template<class T >
using QQmlPrivate::QmlAttached< T, std::void_t< typename OverridableAttachedType< T, typename T::QmlAttachedType >::Type >, false >::Type
Initial value:
typename std::conditional<
QmlTypeHasMarker<T, decltype(&T::qt_qmlMarker_attached)>::value,
std::is_same< T, typename QmlMarkerFunction< Marker >::ClassType > QmlTypeHasMarker
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLenum type

Definition at line 377 of file qqmlprivate.h.

Member Function Documentation

◆ attachedPropertiesFunc()

template<class T >
static Func QQmlPrivate::QmlAttached< T, std::void_t< typename OverridableAttachedType< T, typename T::QmlAttachedType >::Type >, false >::attachedPropertiesFunc ( )
inlinestatic

Definition at line 387 of file qqmlprivate.h.

◆ staticMetaObject()

template<class T >
static const QMetaObject * QQmlPrivate::QmlAttached< T, std::void_t< typename OverridableAttachedType< T, typename T::QmlAttachedType >::Type >, false >::staticMetaObject ( )
inlinestatic

Definition at line 382 of file qqmlprivate.h.


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