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

Method grabParent

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

Source from the content-addressed store, hash-verified

49}
50
51void SideSlideDecorator::grabParent()
52{
53#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
54 //
55 // В андройде Qt не умеет рисовать прозрачные виджеты https://bugreports.qt.io/browse/QTBUG-43635
56 // поэтому сохранем картинку с изображением подложки
57 //
58 m_backgroundPixmap = parentWidget()->grab();
59#endif
60}
61
62void SideSlideDecorator::decorate(bool _dark)
63{

Callers 2

slideInMethod · 0.45
eventFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected