java.lang.Object
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 QUntypedBindable
final Class<?>
clone()
final QMetaObject
final QMetaEnum
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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) 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()
Deprecated.final int
typeId()
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
-
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. 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
-