Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ togglePreview
Method
togglePreview
Gui/NodeGui.cpp:795–803 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
793
}
794
795
void
796
NodeGui::togglePreview()
797
{
798
NodePtr node = getNode();
799
if (node) {
800
node->togglePreview();
801
}
802
togglePreview_internal();
803
}
804
805
void
806
NodeGui::removeUndoStack()
Callers
2
loadNodeGuiSerialization
Function · 0.80
togglePreviewsForSelectedNodes
Method · 0.80
Calls
1
getNode
Function · 0.70
Tested by
no test coverage detected