MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / hideShadow

Method hideShadow

DSView/pv/winshadow.cpp:97–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void WinShadow::hideShadow()
98{
99 m_timer->stop();
100
101 if (!isVisible())
102 return;
103
104 m_bActived = false;
105
106 repaint();
107
108 QWidget::hide();
109}
110
111bool WinShadow::nativeEvent(const QByteArray &eventType, void *message, long *result)
112{

Callers 2

SetChildWidgetMethod · 0.80
setShadowStatusMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected