MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / represent

Method represent

src/represent/representer.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void Representer::represent(const TaskPtr &task)
61{
62 if (settings_.resultShowType == ResultMode::Tooltip)
63 showTooltip(task);
64 else
65 showWidget(task);
66}
67
68bool Representer::isVisible() const
69{

Callers 1

translatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected