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

Method ungroupCurrentChannelGroup

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

Source from the content-addressed store, hash-verified

2083}
2084
2085void ImageViewer::ungroupCurrentChannelGroup() {
2086 if (mCurrentImage) {
2087 mCurrentImage->ungroup(mCurrentGroup);
2088
2089 // Resets channel group buttons to include the now exploded channels
2090 selectImage(mCurrentImage);
2091 }
2092
2093 if (mCurrentReference) {
2094 mCurrentReference->ungroup(mCurrentGroup);
2095 selectReference(mCurrentReference);
2096 }
2097}
2098
2099void ImageViewer::setTonemap(ETonemap tonemap) {
2100 mImageCanvas->setTonemap(tonemap);

Callers

nothing calls this directly

Calls 1

ungroupMethod · 0.80

Tested by

no test coverage detected