MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / CopyContentsTo

Method CopyContentsTo

Source/RadioButton.cpp:406–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void RadioButton::CopyContentsTo(DropdownList* list) const
407{
408 list->Clear();
409 for (auto& element : mElements)
410 list->AddLabel(element.mLabel, element.mValue);
411}
412
413void RadioButton::CalcSliderVal()
414{

Callers 1

Calls 2

ClearMethod · 0.45
AddLabelMethod · 0.45

Tested by

no test coverage detected