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

Method getComponentMaxValue

Source/UIComponents/CtrlrComponents/CtrlrCombo.cpp:118–121  ·  view source on GitHub ↗

[MiscUserCode] You can add your own definitions of your custom methods or any other code here...

Source from the content-addressed store, hash-verified

116
117//[MiscUserCode] You can add your own definitions of your custom methods or any other code here...
118double CtrlrCombo::getComponentMaxValue()
119{
120 return (valueMap->getNonMappedMax());
121}
122
123double CtrlrCombo::getComponentValue()
124{

Callers

nothing calls this directly

Calls 1

getNonMappedMaxMethod · 0.80

Tested by

no test coverage detected