java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlProperty
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Abstracts accessing properties on objects created from QML
Java wrapper for Qt class QQmlProperty
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QQmlProperty::PropertyTypeCategorystatic enumJava wrapper for Qt enum QQmlProperty::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionQQmlProperty(QObject arg__1) QQmlProperty(QObject arg__1, QQmlContext arg__2) QQmlProperty(QObject arg__1, QQmlEngine arg__2) 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(QQmlProperty arg__1) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final booleanfinal booleanconnectNotifySignal(QMetaObject.Slot1<?> slot) final booleanconnectNotifySignal(QObject dest, String slot) booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final booleanfinal intindex()final booleanfinal booleanfinal booleanfinal booleanfinal booleanfinal booleanisValid()final booleanfinal QMetaMethodmethod()final Stringname()final booleanfinal QObjectobject()final QMetaPropertyproperty()final QMetaTypefinal intfinal Stringfinal Objectread()static Objectstatic Objectread(QObject arg__1, String arg__2, QQmlContext arg__3) static Objectread(QObject arg__1, String arg__2, QQmlEngine arg__3) final booleanreset()final QQmlProperty.Typetype()static booleanstatic booleanwrite(QObject arg__1, String arg__2, Object arg__3, QQmlContext arg__4) static booleanwrite(QObject arg__1, String arg__2, Object arg__3, QQmlEngine arg__4) final booleanMethods 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
-
name
-
needsNotifySignal
-
object
-
property
-
propertyMetaType
-
propertyType
-
propertyTypeCategory
-
propertyTypeName
-
read
-
reset
-
type
-
write
-
read
-
read
-
read
-
write
-
write
-
write
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
connectNotifySignal
-
connectNotifySignal
-
clone
-