java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyBindingError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QPropertyBindingError
This class was introduced in Qt 6.0.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQPropertyBindingError::Type
-
Constructor Summary
ConstructorDescriptionOverloaded constructor forQPropertyBindingError(io.qt.core.QPropertyBindingError.Type, java.lang.String)
withdescription = (String)null
.QPropertyBindingError
(QPropertyBindingError.Type type, String description) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPropertyBindingError other) final void
assign
(QPropertyBindingError.Type other) Overloaded function forassign(io.qt.core.QPropertyBindingError)
.clone()
Creates and returns a copy of this object.final String
final boolean
hasError()
SeeQPropertyBindingError::
hasError()const type()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPropertyBindingError
public QPropertyBindingError() -
QPropertyBindingError
-
QPropertyBindingError
-
QPropertyBindingError
Overloaded constructor for
QPropertyBindingError(io.qt.core.QPropertyBindingError.Type, java.lang.String)
withdescription = (String)null
.
-
-
Method Details
-
description
-
hasError
See
QPropertyBindingError::
hasError()const -
assign
-
type
-
clone
Creates and returns a copy of this object.
See
QPropertyBindingError::
QPropertyBindingError(QPropertyBindingError) -
assign
Overloaded function for
assign(io.qt.core.QPropertyBindingError)
.
-