MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / hideTip

Method hideTip

src/common/tooltip/tooltip.cpp:71–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void ToolTipPrivate::hideTip()
72{
73 if (tipLabel) {
74 tipLabel->close();
75 tipLabel->deleteLater();
76 tipLabel = nullptr;
77 }
78
79 showTimer.stop();
80 hideDelayTimer.stop();
81 qApp->removeEventFilter(q);
82 Q_EMIT q->hidden();
83}
84
85void ToolTipPrivate::delayHideTip()
86{

Callers 2

hideImmediatelyMethod · 0.80
eventFilterMethod · 0.80

Calls 2

closeMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected