MCPcopy Create free account
hub / github.com/KDAB/GammaRay / definitionForId

Method definitionForId

core/enumrepositoryserver.h:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 static GAMMARAY_CORE_EXPORT void registerEnum(int metaTypeId, const char *name, const QVector<EnumDefinitionElement> &elems, bool flag);
69
70 static inline EnumDefinition definitionForId(EnumId id)
71 {
72 return s_instance->definition(id);
73 }
74 //! @endcond
75private:
76 explicit EnumRepositoryServer(QObject *parent = nullptr);

Callers

nothing calls this directly

Calls 1

definitionMethod · 0.45

Tested by

no test coverage detected