dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QUntypedPropertyBinding
qt
core
property
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
struct
QUntypedPropertyBinding {
alias
BindingFunctionVTable
=
qt
.
core
.
propertyprivate
.
BindingFunctionVTable
;
this
();
typeof
(
this
)
rawConstructor
();
static
typeof
(
this
)
create
();
this
(QMetaType metaType, const(BindingFunctionVTable)* vtable, void* function_, const(QPropertyBindingSourceLocation) location);
this(this)
;
this
(const(QUntypedPropertyBinding) other);
~this
();
bool
isNull
();
QPropertyBindingError
error
();
QMetaType
valueMetaType
();
this
(QPropertyBindingPrivate* priv);
}
Constructors
this
this
()
Undocumented in source.
this
this
(QMetaType metaType, const(BindingFunctionVTable)* vtable, void* function_, const(QPropertyBindingSourceLocation) location)
Undocumented in source.
this
this
(const(QUntypedPropertyBinding) other)
Undocumented in source.
this
this
(QPropertyBindingPrivate* priv)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Aliases
BindingFunctionVTable
alias
BindingFunctionVTable
=
qt
.
core
.
propertyprivate
.
BindingFunctionVTable
Undocumented in source.
Functions
error
QPropertyBindingError
error
()
Undocumented in source.
isNull
bool
isNull
()
Undocumented in source.
rawConstructor
typeof
(
this
)
rawConstructor
()
Undocumented in source.
valueMetaType
QMetaType
valueMetaType
()
Undocumented in source.
Static functions
create
typeof
(
this
)
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
qt
core
property
classes
QBindableInterfaceForProperty
QPropertyChangeHandler
QPropertyData
enums
Reason
functions
endPropertyUpdateGroup
printMetaTypeMismatch
printUnsuitableBindableWarning
manifest constants
QT_PROPERTY_DEFAULT_BINDING_LOCATION
structs
QBindable
QBindableInterface
QProperty
QPropertyAlias
QPropertyBinding
QPropertyBindingError
QPropertyBindingErrorPrivate
QPropertyBindingSourceLocation
QPropertyObserver
QPropertyObserverBase
QPropertyObserverPointer
QPropertyObserverPrivate
QUntypedBindable
QUntypedPropertyBinding