MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / setSlidePos

Method setSlidePos

3rdparty/WAF/Animation/SideSlide/SideSlideDecorator.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void SideSlideDecorator::setSlidePos(const QPoint& _pos, bool noCheck)
78{
79 if (m_slidePos != _pos || noCheck) {
80 m_slidePos = _pos;
81 update();
82 }
83}
84
85void SideSlideDecorator::paintEvent(QPaintEvent* _event)
86{

Callers 1

eventFilterMethod · 0.80

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected