![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qproperty_p.h>
Public Member Functions | |
const QPropertyBindingData & | bindingData () const |
QPropertyBindingData & | bindingData () |
QObject * | object () const |
const QMetaProperty & | metaProperty () const |
![]() | |
QSlotObjectBase (ImplFn fn) | |
bool | ref () noexcept |
void | destroyIfLastRef () noexcept |
bool | compare (void **a) |
void | call (QObject *r, void **a) |
bool | isImpl (ImplFn f) const |
Static Public Member Functions | |
static QPropertyAdaptorSlotObject * | cast (QSlotObjectBase *ptr, int propertyIndex) |
Friends | |
class | QT_PREPEND_NAMESPACE (QUntypedBindable) |
Additional Inherited Members | |
![]() | |
enum | Operation { Destroy , Call , Compare , NumOperations } |
![]() | |
~QSlotObjectBase () | |
Definition at line 960 of file qproperty_p.h.
|
inline |
Definition at line 986 of file qproperty_p.h.
|
inline |
Definition at line 985 of file qproperty_p.h.
|
inlinestatic |
Definition at line 975 of file qproperty_p.h.
|
inline |
Definition at line 988 of file qproperty_p.h.
|
inline |
Definition at line 987 of file qproperty_p.h.
|
friend |