java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QMetaProperty
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QMetaProperty extends QtObject implements Cloneable
Meta-data about a property
Java wrapper for Qt class QMetaProperty
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QMetaProperty(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
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
-