| 96 | } |
| 97 | |
| 98 | JsonSliderImpl::~JsonSliderImpl() { |
| 99 | // Ensure the component is removed from the global registry |
| 100 | removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal)); |
| 101 | } |
| 102 | |
| 103 | JsonSliderImpl &JsonSliderImpl::Group(const fl::string &name) FL_NOEXCEPT { |
| 104 | mInternal->setGroup(name); |
nothing calls this directly
no test coverage detected