MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setText

Method setText

src/eepp/ui/uitextinput.cpp:303–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303UITextView* UITextInput::setText( const String& text ) {
304 UITextView::setText( text );
305
306 mDoc.reset();
307 mDoc.textInput( text );
308
309 return this;
310}
311
312const String& UITextInput::getText() const {
313 return UITextView::getText();

Callers 2

copyMethod · 0.45
cutMethod · 0.45

Calls 3

setTextFunction · 0.85
textInputMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected