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

Method onReloadClicked

Gui/KnobGuiFile.cpp:148–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void
149KnobGuiFile::onReloadClicked()
150{
151 if (_reloadButton) {
152 KnobFilePtr knob = _knob.lock();
153 if (knob) {
154 knob->reloadFile();
155 }
156 }
157}
158
159void
160KnobGuiFile::open_file()

Callers

nothing calls this directly

Calls 2

lockMethod · 0.45
reloadFileMethod · 0.45

Tested by

no test coverage detected