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

Method setTextLines

plugins/Cardinal/src/ImGuiTextEditor.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void ImGuiTextEditor::setTextLines(const std::vector<std::string>& lines)
117{
118 pData->file.clear();
119 pData->editor.SetTextLines(lines);
120}
121
122std::vector<std::string> ImGuiTextEditor::getTextLines() const
123{

Callers

nothing calls this directly

Calls 2

SetTextLinesMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected