MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getText

Method getText

Source/UIComponents/CtrlrComponents/CtrlrCombo.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559const String CtrlrCombo::getText()
560{
561 return (ctrlrCombo->getText());
562}
563
564void CtrlrCombo::setText(const String &text, const bool dontNotify)
565{

Callers 15

setAttributedTextMethod · 0.45
insertAttributedTextMethod · 0.45
replaceNextMatchMethod · 0.45
findNextMatchMethod · 0.45
findInOpenedMethod · 0.45
findInAllMethod · 0.45
addNewMethodMethod · 0.45
buttonClickedMethod · 0.45
comboBoxChangedMethod · 0.45
buttonClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected