java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlProperty
- All Implemented Interfaces:
io.qt.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
io.qt.QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.qt.core.QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionQQmlProperty(io.qt.core.QObject arg__1) QQmlProperty(io.qt.core.QObject arg__1, QQmlContext arg__2) QQmlProperty(io.qt.core.QObject arg__1, QQmlEngine arg__2) QQmlProperty(io.qt.core.QObject arg__1, String arg__2) QQmlProperty(io.qt.core.QObject arg__1, String arg__2, QQmlContext arg__3) QQmlProperty(io.qt.core.QObject arg__1, String arg__2, QQmlEngine arg__3) QQmlProperty(QQmlProperty arg__1) protectedQQmlProperty(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final booleanconnectNotifySignal(io.qt.core.QMetaObject.Slot0 slot) final booleanconnectNotifySignal(io.qt.core.QMetaObject.Slot1<?> slot) final booleanconnectNotifySignal(io.qt.core.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 io.qt.core.QMetaMethodmethod()final Stringname()final booleanfinal io.qt.core.QObjectobject()final io.qt.core.QMetaPropertyproperty()final io.qt.core.QMetaTypefinal intfinal Stringfinal Objectread()static Objectstatic Objectread(io.qt.core.QObject arg__1, String arg__2, QQmlContext arg__3) static Objectread(io.qt.core.QObject arg__1, String arg__2, QQmlEngine arg__3) final booleanreset()final QQmlProperty.Typetype()static booleanstatic booleanwrite(io.qt.core.QObject arg__1, String arg__2, Object arg__3, QQmlContext arg__4) static booleanwrite(io.qt.core.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
public static final io.qt.core.QMetaObject staticMetaObjectThis variable stores the meta-object for the class.
-
-
Constructor Details
-
QQmlProperty
public QQmlProperty() -
QQmlProperty
public QQmlProperty(io.qt.core.QObject arg__1) -
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
-
QQmlProperty
protected QQmlProperty(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
connectNotifySignal
-
hasNotifySignal
@QtUninvokable public final boolean hasNotifySignal() -
index
@QtUninvokable public final int index() -
isBindable
@QtUninvokable public final boolean isBindable() -
isDesignable
@QtUninvokable public final boolean isDesignable() -
isProperty
@QtUninvokable public final boolean isProperty() -
isResettable
@QtUninvokable public final boolean isResettable() -
isSignalProperty
@QtUninvokable public final boolean isSignalProperty() -
isValid
@QtUninvokable public final boolean isValid() -
isWritable
@QtUninvokable public final boolean isWritable() -
method
@QtUninvokable public final io.qt.core.QMetaMethod method() -
name
-
needsNotifySignal
@QtUninvokable public final boolean needsNotifySignal() -
object
@QtUninvokable public final io.qt.core.QObject object() -
property
@QtUninvokable public final io.qt.core.QMetaProperty property() -
propertyMetaType
@QtUninvokable public final io.qt.core.QMetaType propertyMetaType() -
propertyType
@QtUninvokable public final int propertyType() -
propertyTypeCategory
-
propertyTypeName
-
read
-
reset
@QtUninvokable public final boolean reset() -
type
-
write
-
read
-
read
-
read
-
write
-
write
public static boolean write(io.qt.core.QObject arg__1, String arg__2, Object arg__3, QQmlContext arg__4) -
write
public static boolean write(io.qt.core.QObject arg__1, String arg__2, Object arg__3, QQmlEngine arg__4) -
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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
connectNotifySignal
@QtUninvokable public final boolean connectNotifySignal(io.qt.core.QMetaObject.Slot0 slot) -
connectNotifySignal
@QtUninvokable public final boolean connectNotifySignal(io.qt.core.QMetaObject.Slot1<?> slot) -
clone
-