QMetaProperty

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.

Members

Functions

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.
isConstant
bool isConstant()
Undocumented in source.
isDesignable
bool isDesignable(const(QObject) obj)
Undocumented in source.
isEditable
bool isEditable(const(QObject) obj)
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(const(QObject) obj)
Undocumented in source.
isStored
bool isStored(const(QObject) obj)
Undocumented in source.
isUser
bool isUser(const(QObject) obj)
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.
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.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
read
QVariant read(const(QObject) obj)
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.
typeName
const(char)* typeName()
Undocumented in source.
userType
int userType()
Undocumented in source.
write
bool write(QObject obj, const(QVariant) value)
Undocumented in source.
writeOnGadget
bool writeOnGadget(void* gadget, const(QVariant) value)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta