MCPcopy Create free account
hub / github.com/commontk/CTK / handlerPrettyName

Method handlerPrettyName

Libs/Core/ctkErrorLogAbstractMessageHandler.cpp:75–86  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

73
74// --------------------------------------------------------------------------
75QString ctkErrorLogAbstractMessageHandler::handlerPrettyName()const
76{
77 Q_D(const ctkErrorLogAbstractMessageHandler);
78 if (d->HandlerPrettyName.isEmpty())
79 {
80 return this->handlerName();
81 }
82 else
83 {
84 return d->HandlerPrettyName;
85 }
86}
87
88// --------------------------------------------------------------------------
89void ctkErrorLogAbstractMessageHandler::setHandlerPrettyName(const QString& newHandlerPrettyName)

Callers 13

DisplayTextMethod · 0.80
DisplayErrorTextMethod · 0.80
DisplayWarningTextMethod · 0.80
DisplayDebugTextMethod · 0.80
overflowMethod · 0.80
xsputnMethod · 0.80
foreachFunction · 0.80
runMethod · 0.80
DisplayTextMethod · 0.80
DisplayErrorTextMethod · 0.80
DisplayWarningTextMethod · 0.80

Calls 2

isEmptyMethod · 0.45
handlerNameMethod · 0.45

Tested by

no test coverage detected