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
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
(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) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final boolean
final boolean
connectNotifySignal
(QMetaObject.Slot1<?> slot) final boolean
connectNotifySignal
(QObject dest, String slot) boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.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 void
swap
(QQmlProperty other) 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
-
name
-
needsNotifySignal
-
object
-
property
-
propertyMetaType
-
propertyType
-
propertyTypeCategory
-
propertyTypeName
-
read
-
reset
-
swap
-
type
-
write
-
read
-
read
-
read
-
write
-
write
-
write
-
equals
Description copied from class:QtObject
Used 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
-