Qt 4.8
|
#include <qdeclarativeprivate.h>
Public Types | |
typedef char | no_type |
typedef int | yes_type |
Static Public Functions | |
template<typename ReturnType > | |
static yes_type | check (ReturnType *(*)(QObject *)) |
static no_type | check (...) |
Static Public Variables | |
static bool const | value = sizeof(check(&T::qmlAttachedProperties)) == sizeof(yes_type) |
Definition at line 135 of file qdeclarativeprivate.h.
typedef char QDeclarativePrivate::has_attachedPropertiesMethod< T, hasMember >::no_type |
Definition at line 139 of file qdeclarativeprivate.h.
typedef int QDeclarativePrivate::has_attachedPropertiesMethod< T, hasMember >::yes_type |
Definition at line 138 of file qdeclarativeprivate.h.
|
static |
|
static |
|
static |
Definition at line 145 of file qdeclarativeprivate.h.