MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getText

Method getText

forms/textedit.cpp:220–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218void TextEdit::unloadResources() {}
219
220UString TextEdit::getText() const { return to_ustring(text); }
221
222void TextEdit::setText(const UString &Text)
223{

Callers

nothing calls this directly

Calls 1

to_ustringFunction · 0.85

Tested by

no test coverage detected