GammaRay API Documentation  2.8.0
Public Member Functions | Static Public Member Functions | List of all members
GammaRay::MetaObjectRepository Class Reference

MetaObject repository. More...

#include <metaobjectrepository.h>

Public Member Functions

void addMetaObject (MetaObject *mo)
 
void clear ()
 Clears the content of the meta object repository. More...
 
bool hasMetaObject (const QString &typeName) const
 
MetaObjectmetaObject (const QString &typeName) const
 

Static Public Member Functions

static MetaObjectRepositoryinstance ()
 

Detailed Description

MetaObject repository.

Repository of compile-time introspection information for stuff not covered by the Qt meta object system.

Member Function Documentation

◆ addMetaObject()

void GammaRay::MetaObjectRepository::addMetaObject ( MetaObject mo)

Adds object type information to the repository.

◆ clear()

void GammaRay::MetaObjectRepository::clear ( )

Clears the content of the meta object repository.

Call this when removing the probe from a target.

◆ hasMetaObject()

bool GammaRay::MetaObjectRepository::hasMetaObject ( const QString typeName) const

Returns whether a meta object is known for the given type name.

◆ instance()

static MetaObjectRepository* GammaRay::MetaObjectRepository::instance ( )
static

Singleton accessor.

◆ metaObject()

MetaObject* GammaRay::MetaObjectRepository::metaObject ( const QString typeName) const

Returns the introspection information for the type with the given name.


Klarälvdalens Datakonsult AB (KDAB)
"The Qt Experts"
https://www.kdab.com/
GammaRay
Qt-application inspection and manipulation tool
https://www.kdab.com/gammaray/