MCPcopy Create free account
hub / github.com/Tom94/tev / resizeWindowToFitImageOnLoad

Method resizeWindowToFitImageOnLoad

src/ImageViewer.cpp:2286–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2284}
2285
2286bool ImageViewer::resizeWindowToFitImageOnLoad() const { return mResizeWindowToFitImageOnLoadButton->pushed(); }
2287
2288void ImageViewer::setResizeWindowToFitImageOnLoad(bool value) {
2289 mResizeWindowToFitImageOnLoadButton->set_pushed(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected