MCPcopy 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
314QString EffectWindow::windowClass() const
315{
316 return d->m_window->resourceName() + QLatin1Char(' ') + d->m_window->resourceClass();
317}
318
319QRectF EffectWindow::contentsRect() const
320{

Callers 2

slotWindowClosedMethod · 0.45
isGlideWindowMethod · 0.45

Calls 2

resourceNameMethod · 0.80
resourceClassMethod · 0.80

Tested by

no test coverage detected