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

Method getString

Source/TextInputNode.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346std::string_view TextInputNode::getString()
347{
348 return _textField->getString();
349}
350
351TextInputDelegate* TextInputNode::getDelegate()
352{

Callers 12

updateBGImageMethod · 0.80
drawPropertiesFunction · 0.80
onSearchMethod · 0.80
onTextFieldChangedMethod · 0.80
onKeyPressedMethod · 0.80
updateDisplayedLabelMethod · 0.80
updateCursorMethod · 0.80
setAllowedCharsMethod · 0.80
onChestClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected