java.lang.Object
io.qt.QtObject
io.qt.qml.QQmlProperty
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Abstracts accessing properties on objects created from QML
Java wrapper for Qt's class QQmlProperty
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QQmlProperty::PropertyTypeCategorystatic enum
Java wrapper for Qt enum QQmlProperty::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionQQmlProperty
(QQmlProperty arg__1) QQmlProperty
(QObject arg__1) QQmlProperty
(QObject arg__1, String arg__2) QQmlProperty
(QObject arg__1, String arg__2, QQmlContext arg__3) QQmlProperty
(QObject arg__1, String arg__2, QQmlEngine arg__3) QQmlProperty
(QObject arg__1, QQmlContext arg__2) QQmlProperty
(QObject arg__1, QQmlEngine arg__2) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QQmlProperty arg__1) clone()
final boolean
connectNotifySignal
(QObject dest, String slot) final boolean
final boolean
connectNotifySignal
(QMetaObject.Slot1<?> slot) boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final String
getName()
Kotlin property getter.final QObject
Kotlin property getter.int
hashCode()
final boolean
final int
index()
final boolean
final boolean
final boolean
final boolean
final boolean
final boolean
isValid()
final boolean
final QMetaMethod
method()
final String
name()
final boolean
final QObject
object()
final QMetaProperty
property()
final QMetaType
final int
final String
final Object
read()
static Object
static Object
read
(QObject arg__1, String arg__2, QQmlContext arg__3) static Object
read
(QObject arg__1, String arg__2, QQmlEngine arg__3) final boolean
reset()
final QQmlProperty.Type
type()
static boolean
static boolean
write
(QObject arg__1, String arg__2, Object arg__3, QQmlContext arg__4) static boolean
write
(QObject arg__1, String arg__2, Object arg__3, QQmlEngine arg__4) final boolean
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QQmlProperty
public QQmlProperty() -
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
connectNotifySignal
-
hasNotifySignal
-
index
-
isBindable
-
isDesignable
-
isProperty
-
isResettable
-
isSignalProperty
-
isValid
-
isWritable
-
method
-
getName
Kotlin property getter. In Java use
name()
instead. -
name
-
needsNotifySignal
-
getObject
Kotlin property getter. In Java use
object()
instead. -
object
-
assign
-
property
-
propertyMetaType
-
propertyType
-
propertyTypeCategory
-
propertyTypeName
-
read
-
reset
-
type
-
write
-
read
-
read
-
read
-
write
-
write
-
write
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
connectNotifySignal
-
connectNotifySignal
-
clone
-