dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QPropertyBindingError
qt
core
property
Binding for C++ class
QPropertyBindingError
.
extern (
C
++) extern (
C
++)
struct
QPropertyBindingError {
enum
Type
;
this
();
typeof
(
this
)
rawConstructor
();
static
typeof
(
this
)
create
();
this
(Type type, const(QString) description);
this(this)
;
this
(const(QPropertyBindingError) other);
~this
();
bool
hasError
();
Type
type
();
QString
description
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(Type type, const(QString) description)
Undocumented in source.
this
this
(const(QPropertyBindingError) other)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Enums
Type
enum
Type
Undocumented in source.
Functions
description
QString
description
()
Undocumented in source.
hasError
bool
hasError
()
Undocumented in source. Be warned that the author may not have intended to support it.
rawConstructor
typeof
(
this
)
rawConstructor
()
Undocumented in source.
type
Type
type
()
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
Binding for C++ class QPropertyBindingError.