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

Method StyleStack

Source/OpenFrameworksPort.cpp:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 };
156
157 StyleStack() { stack.push_front(Style()); }
158 void Push() { stack.push_front(GetStyle()); }
159 void Pop() { stack.pop_front(); }
160 Style& GetStyle() { return *stack.begin(); }

Callers

nothing calls this directly

Calls 1

StyleClass · 0.70

Tested by

no test coverage detected