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

Method grabExpandRect

3rdparty/WAF/Animation/Expand/ExpandDecorator.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void ExpandDecorator::grabExpandRect()
29{
30 m_expandRectPixmap = QPixmap(m_expandRect.size());
31 parentWidget()->render(&m_expandRectPixmap, QPoint(), QRegion(m_expandRect));
32}
33
34void ExpandDecorator::setFillColor(const QColor& _fillColor)
35{

Callers 2

expandInMethod · 0.80
expandOutMethod · 0.80

Calls 2

QPointClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected