QMetaObject

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
struct QMetaObject {}

Members

Enums

Call
enum Call
Undocumented in source.

Functions

classInfo
QMetaClassInfo classInfo(int index)
Undocumented in source.
classInfoCount
int classInfoCount()
Undocumented in source.
classInfoOffset
int classInfoOffset()
Undocumented in source.
className
const(char)* className()
Undocumented in source.
constructor
QMetaMethod constructor(int index)
Undocumented in source.
constructorCount
int constructorCount()
Undocumented in source.
enumerator
QMetaEnum enumerator(int index)
Undocumented in source.
enumeratorCount
int enumeratorCount()
Undocumented in source.
enumeratorOffset
int enumeratorOffset()
Undocumented in source.
indexOfClassInfo
int indexOfClassInfo(const(char)* name)
Undocumented in source.
indexOfConstructor
int indexOfConstructor(const(char)* constructor)
Undocumented in source.
indexOfEnumerator
int indexOfEnumerator(const(char)* name)
Undocumented in source.
indexOfMethod
int indexOfMethod(const(char)* method)
Undocumented in source.
indexOfProperty
int indexOfProperty(const(char)* name)
Undocumented in source.
indexOfSignal
int indexOfSignal(const(char)* signal)
Undocumented in source.
indexOfSlot
int indexOfSlot(const(char)* slot)
Undocumented in source.
inherits
bool inherits(const(QMetaObject)* metaObject)
Undocumented in source.
method
QMetaMethod method(int index)
Undocumented in source.
methodCount
int methodCount()
Undocumented in source.
methodOffset
int methodOffset()
Undocumented in source.
newInstance
QObject newInstance(QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)
Undocumented in source.
property
QMetaProperty property(int index)
Undocumented in source.
propertyCount
int propertyCount()
Undocumented in source.
propertyOffset
int propertyOffset()
Undocumented in source.
static_metacall
int static_metacall(Call , int , void** )
Undocumented in source.
tr
QString tr(const(char)* s, const(char)* c, int n)
Undocumented in source.
userProperty
QMetaProperty userProperty()
Undocumented in source.

Static functions

activate
void activate(QObject sender, int signal_index, void** argv)
Undocumented in source.
activate
void activate(QObject sender, const(QMetaObject)* , int local_signal_index, void** argv)
Undocumented in source.
activate
void activate(QObject sender, int signal_offset, int local_signal_index, void** argv)
Undocumented in source.
checkConnectArgs
bool checkConnectArgs(const(char)* signal, const(char)* method)
Undocumented in source.
checkConnectArgs
bool checkConnectArgs(const(QMetaMethod) signal, const(QMetaMethod) method)
Undocumented in source.
connectSlotsByName
void connectSlotsByName(QObject o)
Undocumented in source.
disconnectOne
bool disconnectOne(const(QObject) sender, int signal_index, const(QObject) receiver, int method_index)
Undocumented in source.
invokeMethod
bool invokeMethod(QObject obj, const(char)* member, qt.core.namespace.ConnectionType , QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)
Undocumented in source.
metacall
int metacall(QObject , Call , int , void** )
Undocumented in source.
normalizedSignature
QByteArray normalizedSignature(const(char)* method)
Undocumented in source.
normalizedType
QByteArray normalizedType(const(char)* type)
Undocumented in source.
staticMetaObject
const(QMetaObject*) staticMetaObject()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

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

Variables

d
generated_qobjectdefs_0 d;
Undocumented in source.

Meta