Contains helper methods. More...
Functions | |
void | computeOffsets (const QMetaObject *metaobject, int *signalOffset, int *methodOffset) |
For a given metaobject, compute the signal offset, and the method offset (including signals). | |
void | computeOffsets (const QObject *inObject, int &signal_index, int &offset, int &offsetToNextMetaObject) |
Compute the signal index offset. |
Contains helper methods.
void conan::anonymous_namespace{ConanWidget_p.h}::computeOffsets | ( | const QMetaObject * | metaobject, | |
int * | signalOffset, | |||
int * | methodOffset | |||
) |
For a given metaobject, compute the signal offset, and the method offset (including signals).
This function was copied directly from qobject.cpp
void conan::anonymous_namespace{ConanWidget_p.h}::computeOffsets | ( | const QObject * | inObject, | |
int & | signal_index, | |||
int & | offset, | |||
int & | offsetToNextMetaObject | |||
) |
Compute the signal index offset.
This function was copied directly from QObject::dumpObjectInfo() in qobject.cpp