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

Method Print

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

Source from the content-addressed store, hash-verified

64}
65
66QDebug Object::Print(QDebug os, Indent indent) const
67{
68 os = this->PrintHeader(os, indent);
69 os = this->PrintSelf(os, indent.GetNextIndent());
70 return this->PrintTrailer(os, indent);
71}
72
73QString Object::ToString() const
74{

Callers 4

ToStringMethod · 0.95
SelectionChangedMethod · 0.45
DerefPartMethod · 0.45
operator<<Function · 0.45

Calls 4

PrintHeaderMethod · 0.95
PrintSelfMethod · 0.95
PrintTrailerMethod · 0.95
GetNextIndentMethod · 0.80

Tested by 1

DerefPartMethod · 0.36