java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPropertyBindingError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QPropertyBindingError
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QPropertyBindingError::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionOverloaded constructor forQPropertyBindingError(io.qt.core.QPropertyBindingError.Type, java.lang.String)
withdescription = ""
.QPropertyBindingError
(QPropertyBindingError.Type type, String description) protected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPropertyBindingError
public QPropertyBindingError() -
QPropertyBindingError
Overloaded constructor for
QPropertyBindingError(io.qt.core.QPropertyBindingError.Type, java.lang.String)
withdescription = ""
. -
QPropertyBindingError
-
QPropertyBindingError
-
QPropertyBindingError
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details