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
QtPrivate::QBindableInterface Struct Reference

#include <qproperty.h>

+ Collaboration diagram for QtPrivate::QBindableInterface:

Public Types

using Getter = void (*)(const QUntypedPropertyData *d, void *value)
 
using Setter = void (*)(QUntypedPropertyData *d, const void *value)
 
using BindingGetter = QUntypedPropertyBinding (*)(const QUntypedPropertyData *d)
 
using BindingSetter = QUntypedPropertyBinding (*)(QUntypedPropertyData *d, const QUntypedPropertyBinding &binding)
 
using MakeBinding = QUntypedPropertyBinding (*)(const QUntypedPropertyData *d, const QPropertyBindingSourceLocation &location)
 
using SetObserver = void (*)(const QUntypedPropertyData *d, QPropertyObserver *observer)
 
using GetMetaType = QMetaType (*)()
 

Public Attributes

Getter getter
 
Setter setter
 
BindingGetter getBinding
 
BindingSetter setBinding
 
MakeBinding makeBinding
 
SetObserver setObserver
 
GetMetaType metaType
 

Static Public Attributes

static constexpr quintptr MetaTypeAccessorFlag = 0x1
 

Detailed Description

Definition at line 528 of file qproperty.h.

Member Typedef Documentation

◆ BindingGetter

◆ BindingSetter

◆ GetMetaType

Definition at line 536 of file qproperty.h.

◆ Getter

Definition at line 530 of file qproperty.h.

◆ MakeBinding

◆ SetObserver

Definition at line 535 of file qproperty.h.

◆ Setter

Definition at line 531 of file qproperty.h.

Member Data Documentation

◆ getBinding

BindingGetter QtPrivate::QBindableInterface::getBinding

◆ getter

Getter QtPrivate::QBindableInterface::getter

Definition at line 537 of file qproperty.h.

Referenced by QUntypedBindable::metaType(), and QBindable< T >::value().

◆ makeBinding

MakeBinding QtPrivate::QBindableInterface::makeBinding

◆ metaType

GetMetaType QtPrivate::QBindableInterface::metaType

Definition at line 543 of file qproperty.h.

Referenced by QUntypedBindable::QUntypedBindable(), and QUntypedBindable::metaType().

◆ MetaTypeAccessorFlag

constexpr quintptr QtPrivate::QBindableInterface::MetaTypeAccessorFlag = 0x1
staticconstexpr

Definition at line 545 of file qproperty.h.

Referenced by UntypedProxyProperty::getter(), and QUntypedBindable::metaType().

◆ setBinding

BindingSetter QtPrivate::QBindableInterface::setBinding

◆ setObserver

SetObserver QtPrivate::QBindableInterface::setObserver

◆ setter

Setter QtPrivate::QBindableInterface::setter

Definition at line 538 of file qproperty.h.

Referenced by QBindable< T >::setValue().


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