java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QMetaProperty
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Meta-data about a property
Java wrapper for Qt class QMetaProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QUntypedBindable
final Class<?>
clone()
final QMetaObject
final QMetaEnum
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 boolean
final boolean
isAlias()
final boolean
final boolean
final boolean
final boolean
final boolean
isFinal()
final boolean
final boolean
final boolean
final boolean
final boolean
final boolean
isStored()
final boolean
isUser()
final boolean
isValid()
final boolean
final QMetaType
metaType()
final String
name()
final QMetaMethod
notifySignal
(QObject object) final int
final int
final Object
final Object
readOnGadget
(Object object) final int
final boolean
final boolean
resetOnGadget
(Object object) final int
revision()
final String
toString()
final QVariant.Type
type()
Deprecated.final int
typeId()
final String
typeName()
final int
userType()
final boolean
final boolean
writeOnGadget
(Object value) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMetaProperty
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
bindable
-
enclosingMetaObject
-
enumerator
-
hasNotifySignal
-
hasStdCppSet
-
isAlias
-
isBindable
-
isConstant
-
isDesignable
-
isEnumType
-
isFinal
-
isFlagType
-
isReadable
-
isRequired
-
isResettable
-
isScriptable
-
isStored
-
isUser
-
isValid
-
isWritable
-
metaType
-
name
-
notifySignal
-
notifySignalIndex
-
propertyIndex
-
read
-
relativePropertyIndex
-
reset
-
revision
-
type
Deprecated. -
typeId
-
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
-