MCPcopy Create free account
hub / github.com/AshampooSystems/boden / Slider

Method Slider

framework/ui/src/Slider.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 }
9
10 Slider::Slider(std::shared_ptr<ViewCoreFactory> viewCoreFactory) : View(std::move(viewCoreFactory))
11 {
12 detail::VIEW_CORE_REGISTER(Slider, View::viewCoreFactory());
13 }
14
15 void Slider::bindViewCore()
16 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected