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

Method delayHideTip

src/common/tooltip/tooltip.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void ToolTipPrivate::delayHideTip()
86{
87 if (!hideDelayTimer.isActive())
88 hideDelayTimer.start(300);
89}
90
91bool ToolTipPrivate::acceptShow(const QVariant &content, TipLabel::ContentType type, const QPoint &pos, QWidget *w, const QRect &rect)
92{

Callers 2

hideMethod · 0.80
eventFilterMethod · 0.80

Calls 2

isActiveMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected