java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QMetaProperty
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QMetaProperty extends QtObject implements Cloneable
Meta-data about a property
Java wrapper for Qt class QMetaProperty
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QMetaProperty(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description Class<?>
classType()
QMetaProperty
clone()
QMetaObject
enclosingMetaObject()
QMetaEnum
enumerator()
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()
boolean
hasStdCppSet()
boolean
isConstant()
boolean
isDesignable()
Overloaded function forisDesignable(io.qt.core.QObject)
withobj = null
.boolean
isDesignable(QObject obj)
boolean
isEditable()
Deprecated.boolean
isEditable(QObject obj)
Deprecated.boolean
isEnumType()
boolean
isFinal()
boolean
isFlagType()
boolean
isReadable()
boolean
isRequired()
boolean
isResettable()
boolean
isScriptable()
Overloaded function forisScriptable(io.qt.core.QObject)
withobj = null
.boolean
isScriptable(QObject obj)
boolean
isStored()
Overloaded function forisStored(io.qt.core.QObject)
withobj = null
.boolean
isStored(QObject obj)
boolean
isUser()
Overloaded function forisUser(io.qt.core.QObject)
withobj = null
.boolean
isUser(QObject obj)
boolean
isValid()
boolean
isWritable()
String
name()
QMetaMethod
notifySignal()
QMetaObject.AbstractSignal
notifySignal(QObject object)
int
notifySignalIndex()
int
propertyIndex()
Object
read(QObject obj)
Object
readOnGadget(Object object)
int
relativePropertyIndex()
boolean
reset(QObject obj)
boolean
resetOnGadget(Object object)
int
revision()
String
toString()
QVariant.Type
type()
String
typeName()
int
userType()
boolean
write(QObject obj, Object value)
boolean
writeOnGadget(Object object, Object value)
-
Constructor Details
-
QMetaProperty
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
enclosingMetaObject
-
enumerator
-
hasNotifySignal
-
hasStdCppSet
-
isConstant
-
isDesignable
Overloaded function for
isDesignable(io.qt.core.QObject)
withobj = null
. -
isDesignable
-
isEditable
Deprecated.Overloaded function for
isEditable(io.qt.core.QObject)
withobj = null
. -
isEditable
Deprecated. -
isEnumType
-
isFinal
-
isFlagType
-
isReadable
-
isRequired
-
isResettable
-
isScriptable
Overloaded function for
isScriptable(io.qt.core.QObject)
withobj = null
. -
isScriptable
-
isStored
Overloaded function for
isStored(io.qt.core.QObject)
withobj = null
. -
isStored
-
isUser
Overloaded function for
isUser(io.qt.core.QObject)
withobj = null
. -
isUser
-
isValid
-
isWritable
-
name
-
notifySignal
-
notifySignalIndex
-
propertyIndex
-
read
-
relativePropertyIndex
-
reset
-
revision
-
type
-
typeName
-
userType
-
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
-
notifySignal
-
resetOnGadget
-
readOnGadget
-
writeOnGadget
-
toString
-
classType
-
clone
-