MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / txtTooltipOut

Method txtTooltipOut

src/Menu/OptionsBaseState.cpp:331–337  ·  view source on GitHub ↗

* Clears the tooltip text. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

329* @param action Pointer to an action.
330*/
331void OptionsBaseState::txtTooltipOut(Action *action)
332{
333 if (_currentTooltip == action->getSender()->getTooltip())
334 {
335 _txtTooltip->setText(L"");
336 }
337}
338
339/**
340 * Updates the scale.

Callers

nothing calls this directly

Calls 3

getTooltipMethod · 0.80
getSenderMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected