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

Method getTextLines

plugins/Cardinal/src/ImGuiTextEditor.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122std::vector<std::string> ImGuiTextEditor::getTextLines() const
123{
124 return pData->editor.GetTextLines();
125}
126
127std::string ImGuiTextEditor::getSelectedText() const
128{

Callers

nothing calls this directly

Calls 1

GetTextLinesMethod · 0.80

Tested by

no test coverage detected