MCPcopy Create free account
hub / github.com/MITK/MITK / GetClassName

Method GetClassName

Plugins/org.blueberry.core.runtime/src/berryObject.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41QString Object::GetClassName() const
42{
43 return Reflection::DemangleName(typeid(*this).name());
44}
45
46Reflection::TypeInfo Object::GetStaticTypeInfo()
47{

Callers 15

~ObjectMethod · 0.95
PrintHeaderMethod · 0.95
QtObjectTableModelMethod · 0.80
UpdatePendingDataMethod · 0.80
AddEditorAreaMethod · 0.80
AddViewMethod · 0.80
StackViewMethod · 0.80
LogWarningMethod · 0.80
ReportMalfunctionMethod · 0.80
NewEditorWorkbookMethod · 0.80
HandleExceptionMethod · 0.80

Calls 2

DemangleNameFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected