Qt 4.8
Static Public Functions | List of all members
QDeclarativePrivate::AttachedPropertySelector< T, N > Class Template Reference

#include <qdeclarativeprivate.h>

Static Public Functions

static QDeclarativeAttachedPropertiesFunc func ()
 
static const QMetaObjectmetaObject ()
 

Detailed Description

template<typename T, int N>
class QDeclarativePrivate::AttachedPropertySelector< T, N >

Definition at line 156 of file qdeclarativeprivate.h.

Functions

◆ func()

template<typename T, int N>
static QDeclarativeAttachedPropertiesFunc QDeclarativePrivate::AttachedPropertySelector< T, N >::func ( )
inlinestatic

Definition at line 159 of file qdeclarativeprivate.h.

159 { return 0; }

◆ metaObject()

template<typename T, int N>
static const QMetaObject* QDeclarativePrivate::AttachedPropertySelector< T, N >::metaObject ( )
inlinestatic

Definition at line 160 of file qdeclarativeprivate.h.

160 { return 0; }

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