MCPcopy 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
5090void
5091KnobHolder::setPanelPointer(DockablePanelI* gui)
5092{
5093 assert( QThread::currentThread() == qApp->thread() );
5094 _imp->settingsPanel = gui;
5095}
5096
5097void
5098KnobHolder::discardPanelPointer()

Callers 1

DockablePanel.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected