MCPcopy Create free account
hub / github.com/FastLED/FastLED / JsonTitleImpl

Method JsonTitleImpl

src/platforms/shared/ui/json/title.cpp.hpp:44–50  ·  view source on GitHub ↗

Constructor implementation

Source from the content-addressed store, hash-verified

42
43// Constructor implementation
44JsonTitleImpl::JsonTitleImpl(const fl::string &name, const fl::string &text) FL_NOEXCEPT {
45 // Create an instance of the new internal class
46 mInternal = fl::make_shared<JsonUiTitleInternal>(name, text);
47
48 // Register the component with the JsonUiManager
49 addJsonUiComponent(mInternal);
50}
51
52// Destructor implementation
53JsonTitleImpl::~JsonTitleImpl() {

Callers

nothing calls this directly

Calls 1

addJsonUiComponentFunction · 0.85

Tested by

no test coverage detected