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

Method onRelativeChoiceChanged

Gui/SequenceFileDialog.cpp:926–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926void
927SequenceFileDialog::onRelativeChoiceChanged(int /*index*/)
928{
929 ///Update the line edit text
930 std::string text = _selectionLineEdit->text().toStdString();
931 std::map<std::string, std::string> env;
932
933 _gui->getApp()->getProject()->getEnvironmentVariables(env);
934 Project::expandVariable(env, text);
935
936 proxyAndSetLineEditText( QString::fromUtf8( text.c_str() ) );
937}
938
939void
940SequenceFileDialog::onSelectionChanged()

Callers

nothing calls this directly

Calls 4

toStdStringMethod · 0.80
getProjectMethod · 0.80
getAppMethod · 0.45

Tested by

no test coverage detected