GammaRay API Documentation
3.2.0
|
Retrieve basic information about QObject instances. More...
Functions | |
SourceLocation | creationLocation (const QObject *obj) |
Returns the source location where this object was created, if known. | |
SourceLocation | declarationLocation (const QObject *obj) |
Returns the source location where the type of this object was declared, if known. | |
QString | name (const QObject *obj) |
Returns the object name, considering possibly available information from dynamic language runtimes, such as QML ids. | |
void | registerProvider (AbstractObjectDataProvider *provider) |
Register an additional object data provider. | |
QString | shortTypeName (const QObject *obj) |
Returns the short type name of obj . | |
QString | typeName (const QObject *obj) |
Returns the type name of obj . | |
Retrieve basic information about QObject instances.