QtBase  v6.3.1
Public Types | Public Attributes | Static Public Attributes | List of all members
QtPrivate::QBindableInterface Struct Reference

#include <qproperty.h>

Collaboration diagram for QtPrivate::QBindableInterface:
Collaboration graph
[legend]

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 527 of file qproperty.h.

Member Typedef Documentation

◆ BindingGetter

Definition at line 531 of file qproperty.h.

◆ BindingSetter

Definition at line 532 of file qproperty.h.

◆ GetMetaType

Definition at line 535 of file qproperty.h.

◆ Getter

Definition at line 529 of file qproperty.h.

◆ MakeBinding

Definition at line 533 of file qproperty.h.

◆ SetObserver

Definition at line 534 of file qproperty.h.

◆ Setter

Definition at line 530 of file qproperty.h.

Member Data Documentation

◆ getBinding

BindingGetter QtPrivate::QBindableInterface::getBinding

Definition at line 538 of file qproperty.h.

◆ getter

Getter QtPrivate::QBindableInterface::getter

Definition at line 536 of file qproperty.h.

◆ makeBinding

MakeBinding QtPrivate::QBindableInterface::makeBinding

Definition at line 540 of file qproperty.h.

◆ metaType

GetMetaType QtPrivate::QBindableInterface::metaType

Definition at line 542 of file qproperty.h.

◆ MetaTypeAccessorFlag

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

Definition at line 544 of file qproperty.h.

◆ setBinding

BindingSetter QtPrivate::QBindableInterface::setBinding

Definition at line 539 of file qproperty.h.

◆ setObserver

SetObserver QtPrivate::QBindableInterface::setObserver

Definition at line 541 of file qproperty.h.

◆ setter

Setter QtPrivate::QBindableInterface::setter

Definition at line 537 of file qproperty.h.


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