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

Method getText

forms/textbutton.cpp:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121void TextButton::unloadResources() {}
122
123UString TextButton::getText() const { return label->getText(); }
124
125void TextButton::setText(const UString &Text) { label->setText(Text); }
126

Callers 1

copyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected