MCPcopy Create free account
hub / github.com/MrKepzie/Natron / onRelativeChoiceChanged

Method onRelativeChoiceChanged

Gui/SequenceFileDialog.cpp:938–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938void
939SequenceFileDialog::onRelativeChoiceChanged(int /*index*/)
940{
941 ///Update the line edit text
942 std::string text = _selectionLineEdit->text().toStdString();
943 std::map<std::string, std::string> env;
944
945 _gui->getApp()->getProject()->getEnvironmentVariables(env);
946 Project::expandVariable(env, text);
947
948 proxyAndSetLineEditText( QString::fromUtf8( text.c_str() ) );
949}
950
951void
952SequenceFileDialog::onSelectionChanged()

Callers

nothing calls this directly

Calls 4

toStdStringMethod · 0.80
getProjectMethod · 0.80
getAppMethod · 0.45

Tested by

no test coverage detected