MCPcopy Create free account
hub / github.com/christophhart/HISE / updateValue

Method updateValue

hi_scripting/scripting/api/ScriptComponentWrappers.cpp:759–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759void ScriptCreatedComponentWrappers::SliderWrapper::updateValue(var newValue)
760{
761 if (auto s = dynamic_cast<HiSlider*>(getComponent()))
762 {
763 s->updateValue(dontSendNotification);
764 updateTooltip(s);
765 }
766
767}
768
769void ScriptCreatedComponentWrappers::SliderWrapper::sliderValueChanged(Slider *s)
770{

Callers 3

SliderWrapperMethod · 0.45
ComboBoxWrapperMethod · 0.45
ButtonWrapperMethod · 0.45

Calls 15

getComponentFunction · 0.85
selectRowMethod · 0.80
isModalMethod · 0.80
setModalPopupMethod · 0.80
isShowingMethod · 0.80
setSliderWidthsMethod · 0.80
getContentDataMethod · 0.80
refreshRootLayoutMethod · 0.80
getMethod · 0.45
setTextMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected