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

Method getComponentText

Source/UIComponents/CtrlrComponents/CtrlrCombo.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133const String CtrlrCombo::getComponentText()
134{
135 return (ctrlrCombo->getText());
136}
137
138void CtrlrCombo::setComponentValue (const double newValue, const bool sendChangeMessage)
139{

Callers 3

labelFromPropertyFunction · 0.45
modifyReferenceMethod · 0.45
getModulatorTextMethod · 0.45

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected