Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sonic-DE/sonic-win
/ windowClass
Method
windowClass
src/effect/effectwindow.cpp:314–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
QString EffectWindow::windowClass() const
315
{
316
return d->m_window->resourceName() + QLatin1Char(
' '
) + d->m_window->resourceClass();
317
}
318
319
QRectF EffectWindow::contentsRect() const
320
{
Callers
2
slotWindowClosed
Method · 0.45
isGlideWindow
Method · 0.45
Calls
2
resourceName
Method · 0.80
resourceClass
Method · 0.80
Tested by
no test coverage detected