#include <ReflectionService.hpp>
Public Member Functions | |
~ReflectionService () | |
ModelObject * | lookupMetaObject (const std::string &meta) |
Static Public Member Functions | |
ReflectionService & | instance () |
Protected Member Functions | |
ReflectionService () |
|
|
|
|
|
Get the singleton instance of this object. |
|
The lookupMetaObject() method is used to actually retrieve the meta-object for the given metaclass name. This is done by finding the correct meta-package, getting its model and searching for the right element. If the element is found, it is cached for fast lookup in subsequent calls. |