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

Method turnOffPages

Gui/DockablePanel.cpp:629–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629void
630DockablePanel::turnOffPages()
631{
632 _imp->_pagesEnabled = false;
633 delete _imp->_tabWidget;
634 _imp->_tabWidget = 0;
635 setFrameShape(QFrame::NoFrame);
636}
637
638void
639DockablePanel::setPluginIDAndVersion(const std::string& pluginLabel,

Callers 2

PyModalDialogMethod · 0.80
PyPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected