QMetaEnum

Binding for C++ class QMetaEnum.

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.
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