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

Method DisplayGreyValueText

Modules/Core/src/Controllers/mitkStatusBar.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 m_Implementation->DisplayDebugText(t);
64 }
65 void StatusBar::DisplayGreyValueText(const char *t)
66 {
67 if (m_Implementation != nullptr)
68 m_Implementation->DisplayGreyValueText(t);
69 }
70
71 static void WriteCommonRendererInfo(std::ostringstream& stream, Point3D point, TimePointType time)
72 {

Callers 4

leaveEventMethod · 0.45
DisplayRendererInfoMethod · 0.45
DisplayImageInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected