MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / fixSize

Method fixSize

3rdparty/WAF/Animation/Slide/SlideAnimator.cpp:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void SlideAnimator::fixSize(const QSize& _sourceSize, QSize& _targetSize) const
281{
282 if (isWidth()) {
283 _targetSize.setWidth(_sourceSize.width());
284 } else {
285 _targetSize.setHeight(_sourceSize.height());
286 }
287}
288
289void SlideAnimator::fixSizeOfWidgetForSlide(const QSize& _sourceSize) const
290{

Callers

nothing calls this directly

Calls 1

setWidthMethod · 0.80

Tested by

no test coverage detected