MCPcopy Create free account
hub / github.com/YACReader/yacreader / sizeHint

Method sizeHint

YACReader/continuous_page_widget.cpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168QSize ContinuousPageWidget::sizeHint() const
169{
170 if (!continuousViewModel) {
171 return QSize(800, 0);
172 }
173 return QSize(width(), continuousViewModel->totalHeight());
174}
175
176void ContinuousPageWidget::invalidateScaledImageCache()
177{

Callers 1

YACReaderSliderMethod · 0.45

Calls 1

totalHeightMethod · 0.80

Tested by

no test coverage detected