MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetModuleTooltip

Method GetModuleTooltip

Source/HelpDisplay.cpp:350–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350std::string HelpDisplay::GetModuleTooltip(IDrawableModule* module)
351{
352 if (module == TheTitleBar)
353 return "";
354
355 return GetModuleTooltipFromName(module->GetTypeName());
356}
357
358std::string HelpDisplay::GetModuleTooltipFromName(std::string moduleTypeName)
359{

Callers 1

DrawMethod · 0.80

Calls 1

GetTypeNameMethod · 0.80

Tested by

no test coverage detected