- bindable
QUntypedBindable bindable(QObject object)
Undocumented in source.
- enclosingMetaObject
const(QMetaObject)* enclosingMetaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
- enumerator
QMetaEnum enumerator()
Undocumented in source.
- hasNotifySignal
bool hasNotifySignal()
Undocumented in source.
- hasStdCppSet
bool hasStdCppSet()
Undocumented in source.
- isAlias
bool isAlias()
Undocumented in source.
- isBindable
bool isBindable()
Undocumented in source.
- isConstant
bool isConstant()
Undocumented in source.
- isDesignable
bool isDesignable()
Undocumented in source.
- isEnumType
bool isEnumType()
Undocumented in source.
- isFinal
bool isFinal()
Undocumented in source.
- isFlagType
bool isFlagType()
Undocumented in source.
- isReadable
bool isReadable()
Undocumented in source.
- isRequired
bool isRequired()
Undocumented in source.
- isResettable
bool isResettable()
Undocumented in source.
- isScriptable
bool isScriptable()
Undocumented in source.
- isStored
bool isStored()
Undocumented in source.
- isUser
bool isUser()
Undocumented in source.
- isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWritable
bool isWritable()
Undocumented in source.
- metaType
QMetaType metaType()
Undocumented in source.
- name
const(char)* name()
Undocumented in source.
- notifySignal
QMetaMethod notifySignal()
Undocumented in source.
- notifySignalIndex
int notifySignalIndex()
Undocumented in source.
- propertyIndex
int propertyIndex()
Undocumented in source.
- readOnGadget
QVariant readOnGadget(const(void)* gadget)
Undocumented in source.
- relativePropertyIndex
int relativePropertyIndex()
Undocumented in source.
- reset
bool reset(QObject obj)
Undocumented in source.
- resetOnGadget
bool resetOnGadget(void* gadget)
Undocumented in source.
- revision
int revision()
Undocumented in source.
- type
QVariant.Type type()
Undocumented in source. Be warned that the author may not have intended to support it.
- typeId
int typeId()
Undocumented in source. Be warned that the author may not have intended to support it.
- typeName
const(char)* typeName()
Undocumented in source.
- userType
int userType()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
bool write(QObject obj, const(QVariant) value)
Undocumented in source.
- writeOnGadget
bool writeOnGadget(void* gadget, const(QVariant) value)
Undocumented in source.
Binding for C++ class QMetaProperty.