MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / setGeometry

Method setGeometry

Telegram/SourceFiles/ui/effects/thanos_effect.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void ThanosEffect::setGeometry(QRect rect) {
175 if (const auto w = surfaceWidget()) {
176 if (w->isVisible()) {
177 w->setGeometry(rect);
178 }
179 }
180}
181
182void ThanosEffect::raise() {
183 if (const auto w = surfaceWidget()) {

Callers 15

createRowViewMethod · 0.45
EmojiFlyAnimationMethod · 0.45
ensureSurfaceMethod · 0.45
resizeEventMethod · 0.45
ensureSurfaceMethod · 0.45
resizeEventMethod · 0.45
ensureSurfaceMethod · 0.45
showSurfaceMethod · 0.45
setupParticlesMethod · 0.45
resizeEventMethod · 0.45
captureViewMethod · 0.45
EditBirthdayBoxFunction · 0.45

Calls 1

isVisibleMethod · 0.45

Tested by

no test coverage detected