java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlProperty
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QQmlProperty extends QtObject implements Cloneable
Abstracts accessing properties on objects created from QML
Java wrapper for Qt class QQmlProperty
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QQmlProperty.PropertyTypeCategory
Java wrapper for Qt enum QQmlProperty::PropertyTypeCategorystatic class
QQmlProperty.Type
Java wrapper for Qt enum QQmlProperty::Type -
Constructor Summary
Constructors Modifier Constructor Description QQmlProperty()
QQmlProperty(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
QQmlProperty(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QQmlProperty
clone()
boolean
connectNotifySignal(QMetaObject.Slot0 slot)
boolean
connectNotifySignal(QMetaObject.Slot1<?> slot)
boolean
connectNotifySignal(QObject dest, String slot)
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
hasNotifySignal()
int
index()
boolean
isDesignable()
boolean
isProperty()
boolean
isResettable()
boolean
isSignalProperty()
boolean
isValid()
boolean
isWritable()
QMetaMethod
method()
String
name()
boolean
needsNotifySignal()
QObject
object()
QMetaProperty
property()
int
propertyType()
QQmlProperty.PropertyTypeCategory
propertyTypeCategory()
String
propertyTypeName()
Object
read()
static Object
read(QObject arg__1, String arg__2)
static Object
read(QObject arg__1, String arg__2, QQmlContext arg__3)
static Object
read(QObject arg__1, String arg__2, QQmlEngine arg__3)
boolean
reset()
QQmlProperty.Type
type()
static boolean
write(QObject arg__1, String arg__2, Object arg__3)
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)
boolean
write(Object arg__1)
-
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
-
isDesignable
-
isProperty
-
isResettable
-
isSignalProperty
-
isValid
-
isWritable
-
method
-
name
-
needsNotifySignal
-
object
-
property
-
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 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
-