- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Meta-data about a property
Java wrapper for Qt class QMetaProperty
-
Constructor Summary
ConstructorDescriptionSeeQMetaProperty::
QMetaProperty() QMetaProperty
(QMetaProperty other) SeeQMetaProperty::
QMetaProperty(QMetaProperty) -
Method Summary
Modifier and TypeMethodDescriptionfinal QUntypedBindable
final Class<?>
clone()
Creates and returns a copy of this object.final QMetaObject
SeeQMetaProperty::
enclosingMetaObject()const final QMetaEnum
final boolean
equals
(QMetaProperty value2) Seeoperator==(QMetaProperty,
QMetaProperty) boolean
Seeoperator==(QMetaProperty,
QMetaProperty) static QMetaProperty
fromProperty
(QObject.QBooleanProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QByteProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QCharProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QComputedBooleanProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QComputedByteProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QComputedCharProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QComputedDoubleProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QComputedFloatProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QComputedIntProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QComputedLongProperty property) Returns corresponding meta property for given QProperty.static <A> QMetaProperty
fromProperty
(QObject.QComputedProperty<A> property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QComputedShortProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QDoubleProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QFloatProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QIntProperty property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QLongProperty property) Returns corresponding meta property for given QProperty.static <A> QMetaProperty
fromProperty
(QObject.QProperty<A> property) Returns corresponding meta property for given QProperty.static QMetaProperty
fromProperty
(QObject.QShortProperty property) Returns corresponding meta property for given QProperty.int
hashCode()
Returns the objects's hash code computed byqHash(QMetaProperty)
.final boolean
final boolean
SeeQMetaProperty::
hasStdCppSet()const final boolean
isAlias()
SeeQMetaProperty::
isAlias()const 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
public QMetaProperty()See
QMetaProperty::
QMetaProperty() -
QMetaProperty
See
QMetaProperty::
QMetaProperty(QMetaProperty)
-
-
Method Details
-
bindable
See
QMetaProperty::
bindable(QObject*)const This function was introduced in Qt 6.0.
-
enclosingMetaObject
See
QMetaProperty::
enclosingMetaObject()const -
enumerator
-
hasNotifySignal
-
hasStdCppSet
See
QMetaProperty::
hasStdCppSet()const -
isAlias
See
QMetaProperty::
isAlias()const -
isBindable
See
QMetaProperty::
isBindable()const This function was introduced in Qt 6.0.
-
isConstant
-
isDesignable
-
isEnumType
-
isFinal
-
isFlagType
-
isReadable
-
isRequired
-
isResettable
-
isScriptable
-
isStored
-
isUser
-
isValid
-
isWritable
-
metaType
See
QMetaProperty::
metaType()const This function was introduced in Qt 6.0.
-
name
-
notifySignal
-
notifySignalIndex
-
equals
See
operator==(QMetaProperty,
QMetaProperty) -
propertyIndex
-
read
-
relativePropertyIndex
-
reset
-
revision
-
type
Deprecated.See
QMetaProperty::
type()const -
typeId
See
QMetaProperty::
typeId()const This function was introduced in Qt 6.0.
-
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
-
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
fromProperty
Returns corresponding meta property for given QProperty. -
clone
Creates and returns a copy of this object.
See
QMetaProperty::
QMetaProperty(QMetaProperty)
-