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

Method init

examples/BodenDemo/src/FontPage.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25 }
26 void init() override
27 {
28 if (auto styler = _styler.lock()) {
29 styler->setStyleSheet(shared_from_this(), _style);
30 } else {
31 stylesheet = _style;
32 }
33 }
34
35 private:
36 json _style;

Callers

nothing calls this directly

Calls 1

setStyleSheetMethod · 0.80

Tested by

no test coverage detected