QMetaEnum

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.
enumName
const(char)* enumName()
Undocumented in source.
isFlag
bool isFlag()
Undocumented in source.
isScoped
bool isScoped()
Undocumented in source.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
key
const(char)* key(int index)
Undocumented in source.
keyCount
int keyCount()
Undocumented in source.
keyToValue
int keyToValue(const(char)* key, bool* ok)
Undocumented in source.
keysToValue
int keysToValue(const(char)* keys, bool* ok)
Undocumented in source.
name
const(char)* name()
Undocumented in source.
scope_
const(char)* scope_()
Undocumented in source.
value
int value(int index)
Undocumented in source.
valueToKey
const(char)* valueToKey(int value)
Undocumented in source.
valueToKeys
QByteArray valueToKeys(int value)
Undocumented in source.

Meta