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