Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
void SideSlideDecorator::setSlidePos(const QPoint& _pos, bool noCheck)
78
{
79
if (m_slidePos != _pos || noCheck) {
80
m_slidePos = _pos;
81
update();
82
}
83
}
84
85
void SideSlideDecorator::paintEvent(QPaintEvent* _event)
86
{
Callers
1
eventFilter
Method · 0.80
Calls
1
update
Function · 0.85
Tested by
no test coverage detected