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

Method setText

plugins/Cardinal/src/ImGuiTextEditor.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103// --------------------------------------------------------------------------------------------------------------------
104
105void ImGuiTextEditor::setText(const std::string& text)
106{
107 pData->file.clear();
108 pData->editor.SetText(text);
109}
110
111std::string ImGuiTextEditor::getText() const
112{

Callers 2

dataFromJsonMethod · 0.80

Calls 2

SetTextMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected