Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ getText
Method
getText
plugins/Cardinal/src/ImGuiTextEditor.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
std::string ImGuiTextEditor::getText() const
112
{
113
return pData->editor.GetText();
114
}
115
116
void ImGuiTextEditor::setTextLines(const std::vector<std::string>& lines)
117
{
Callers
1
dataToJson
Method · 0.80
Calls
1
GetText
Method · 0.80
Tested by
no test coverage detected