GammaRay  2.3.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)
 
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

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

Adds object type information to the repository.

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

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

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

Singleton accessor.

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

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


The documentation for this class was generated from the following file:

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