MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / setFileWithKnownText

Method setFileWithKnownText

plugins/Cardinal/src/ImGuiTextEditor.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ImGuiTextEditor::setFileWithKnownText(const std::string& file, const std::string& text)
70{
71 pData->file = file;
72 pData->editor.SetText(text);
73}
74
75std::string ImGuiTextEditor::getFile() const
76{

Callers 3

dataFromJsonMethod · 0.80
onActionMethod · 0.80

Calls 1

SetTextMethod · 0.80

Tested by

no test coverage detected