java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QBooleanPropertyAlias
,QBytePropertyAlias
,QCharPropertyAlias
,QDoublePropertyAlias
,QFloatPropertyAlias
,QIntPropertyAlias
,QLongPropertyAlias
,QPropertyAlias
,QPropertyChangeHandler
,QShortPropertyAlias
public class QPropertyObserver extends QPropertyObserverBase
Java wrapper for Qt class QPropertyObserver
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QPropertyObserverBase
QPropertyObserverBase.ObserverTag
-
Constructor Summary
Constructors Modifier Constructor Description QPropertyObserver()
protected
QPropertyObserver(QUntypedPropertyData aliasedPropertyPtr)
protected
QPropertyObserver(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description protected QUntypedPropertyData
aliasedProperty()
-
Constructor Details
-
QPropertyObserver
public QPropertyObserver() -
QPropertyObserver
-
QPropertyObserver
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details