Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ setPanelPointer
Method
setPanelPointer
Engine/Knob.cpp:5090–5095 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5088
}
5089
5090
void
5091
KnobHolder::setPanelPointer(DockablePanelI* gui)
5092
{
5093
assert( QThread::currentThread() == qApp->thread() );
5094
_imp->settingsPanel = gui;
5095
}
5096
5097
void
5098
KnobHolder::discardPanelPointer()
Callers
1
DockablePanel.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected