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

Method GetMessage

Plugins/org.blueberry.core.runtime/src/berryStatus.cpp:100–103  ·  view source on GitHub ↗

(Intentionally not javadoc'd) * Implements the corresponding method on IStatus . */

Source from the content-addressed store, hash-verified

98 * Implements the corresponding method on <code>IStatus</code>.
99 */
100QString Status::GetMessage() const
101{
102 return message;
103}
104
105QString Status::GetPlugin() const
106{

Callers 3

CoreExceptionMethod · 0.80
PrintChildrenMethod · 0.80
LogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected