MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / setString

Method setString

Source/TextInputNode.cpp:386–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void TextInputNode::setString(std::string_view str)
387{
388 _textField->setString(str);
389 updateDisplayedLabel();
390}
391
392void TextInputNode::setDelegate(TextInputDelegate* delegate)
393{

Callers 6

onTextFieldChangedMethod · 0.45
onKeyPressedMethod · 0.45
updateDisplayedLabelMethod · 0.45
setAllowedCharsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected