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 class QQmlProperty
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQQmlProperty::PropertyTypeCategory
static enum
Java wrapper for Qt enumQQmlProperty::Type
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionQQmlProperty
(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) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QQmlProperty arg__1) clone()
Creates and returns a copy of this object.final boolean
connectNotifySignal
(QObject dest, String slot) final boolean
final boolean
connectNotifySignal
(QMetaObject.Slot1<?> slot) final boolean
equals
(QQmlProperty arg__1) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QQmlProperty)
.final boolean
final int
index()
final boolean
SeeQQmlProperty::
isBindable()const 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) SeeQQmlProperty::
swap(QQmlProperty&) 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
-
-
Method Details
-
connectNotifySignal
-
hasNotifySignal
-
index
-
isBindable
See
QQmlProperty::
isBindable()const -
isDesignable
-
isProperty
-
isResettable
-
isSignalProperty
-
isValid
-
isWritable
-
method
-
name
-
needsNotifySignal
-
object
-
assign
-
equals
-
property
-
propertyMetaType
-
propertyType
-
propertyTypeCategory
-
propertyTypeName
-
read
-
reset
-
swap
See
QQmlProperty::
swap(QQmlProperty&) -
type
-
write
-
read
-
read
-
read
-
write
-
write
-
write
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QQmlProperty)
. -
connectNotifySignal
-
connectNotifySignal
-
clone
Creates and returns a copy of this object.
-