MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / onFullFrameButtonToggle

Method onFullFrameButtonToggle

Gui/ViewerTab10.cpp:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void
205ViewerTab::onFullFrameButtonToggle(bool b)
206{
207 _imp->fullFrameProcessingButton->setDown(b);
208 _imp->viewerNode->setFullFrameProcessingEnabled(b);
209
210}
211
212void
213ViewerTab::onClipToProjectButtonToggle(bool b)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected