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