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's 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 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
final boolean
Overloaded function forisDesignable(io.qt.core.QObject)
withobj = null
.final boolean
isDesignable
(QObject obj) final boolean
Deprecated.final boolean
isEditable
(QObject obj) Deprecated.final boolean
final boolean
isFinal()
final boolean
final boolean
final boolean
final boolean
final boolean
Overloaded function forisScriptable(io.qt.core.QObject)
withobj = null
.final boolean
isScriptable
(QObject obj) final boolean
isStored()
Overloaded function forisStored(io.qt.core.QObject)
withobj = null
.final boolean
final boolean
isUser()
Overloaded function forisUser(io.qt.core.QObject)
withobj = null
.final boolean
final boolean
isValid()
final boolean
final String
name()
final QMetaMethod
notifySignal
(QObject object) Returns the property notifier as signal 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()
final String
typeName()
final int
userType()
final boolean
final boolean
writeOnGadget
(Object object, 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
-
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
Returns the property notifier as signal object. -
resetOnGadget
-
readOnGadget
-
writeOnGadget
-
toString
-
classType
-
clone
-