java.lang.Object
io.qt.QtObject
io.qt.core.QMetaProperty
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Meta-data about a property
Java wrapper for Qt class QMetaProperty
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQMetaProperty::QMetaProperty() QMetaProperty(QMetaProperty other) SeeQMetaProperty::QMetaProperty(QMetaProperty) -
Method Summary
Modifier and TypeMethodDescriptionfinal QUntypedBindablefinal Class<?> clone()Creates and returns a copy of this object.final QMetaObjectSeeQMetaProperty::enclosingMetaObject()const final QMetaEnumfinal booleanequals(QMetaProperty value2) Seeoperator==(QMetaProperty,QMetaProperty) booleanSeeoperator==(QMetaProperty,QMetaProperty) inthashCode()Returns the objects's hash code computed byqHash(QMetaProperty).final booleanfinal booleanSeeQMetaProperty::hasStdCppSet()const final booleanisAlias()SeeQMetaProperty::isAlias()const final booleanfinal booleanfinal booleanfinal booleanfinal booleanisFinal()final booleanfinal booleanfinal booleanfinal booleanfinal booleanfinal booleanisStored()final booleanisUser()final booleanisValid()final booleanfinal QMetaTypemetaType()final Stringname()final QMetaMethodnotifySignal(QObject object) Returns the property notifier as signal object.final intfinal intfinal Objectfinal ObjectreadOnGadget(Object object) final intfinal booleanfinal booleanresetOnGadget(Object object) final intrevision()final StringtoString()final QVariant.Typetype()Deprecated.final inttypeId()final StringtypeName()final intuserType()final booleanfinal booleanwriteOnGadget(Object object, Object value) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMetaProperty
public QMetaProperty()See
QMetaProperty::QMetaProperty() -
QMetaProperty
See
QMetaProperty::QMetaProperty(QMetaProperty)
-
-
Method Details
-
bindable
-
enclosingMetaObject
See
QMetaProperty::enclosingMetaObject()const -
enumerator
-
hasNotifySignal
-
hasStdCppSet
See
QMetaProperty::hasStdCppSet()const -
isAlias
See
QMetaProperty::isAlias()const -
isBindable
-
isConstant
-
isDesignable
-
isEnumType
-
isFinal
-
isFlagType
-
isReadable
-
isRequired
-
isResettable
-
isScriptable
-
isStored
-
isUser
-
isValid
-
isWritable
-
metaType
-
name
-
notifySignal
-
notifySignalIndex
-
equals
See
operator==(QMetaProperty,QMetaProperty) -
propertyIndex
-
read
-
relativePropertyIndex
-
reset
-
revision
-
type
Deprecated.See
QMetaProperty::type()const -
typeId
-
typeName
-
userType
-
write
-
equals
See
operator==(QMetaProperty,QMetaProperty) -
hashCode
Returns the objects's hash code computed byqHash(QMetaProperty). -
notifySignal
Returns the property notifier as signal object. -
resetOnGadget
-
readOnGadget
-
writeOnGadget
-
toString
-
classType
-
clone
Creates and returns a copy of this object.
See
QMetaProperty::QMetaProperty(QMetaProperty)
-