Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
QString Object::GetClassName() const
42
{
43
return Reflection::DemangleName(typeid(*this).name());
44
}
45
46
Reflection::TypeInfo Object::GetStaticTypeInfo()
47
{
Callers
15
~Object
Method · 0.95
PrintHeader
Method · 0.95
QtObjectTableModel
Method · 0.80
UpdatePendingData
Method · 0.80
AddEditorArea
Method · 0.80
AddView
Method · 0.80
StackView
Method · 0.80
LogWarning
Method · 0.80
AddEvaluationReference
Method · 0.80
ReportMalfunction
Method · 0.80
NewEditorWorkbook
Method · 0.80
HandleException
Method · 0.80
Calls
2
DemangleName
Function · 0.85
name
Method · 0.45
Tested by
no test coverage detected