MCPcopy Create free account
hub / github.com/Tom94/tev / preferred_size_impl

Method preferred_size_impl

src/MultiGraph.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Vector2i MultiGraph::preferred_size_impl(NVGcontext*) const { return Vector2i(180, 80); }
49
50void MultiGraph::draw(NVGcontext* ctx) {
51 Widget::draw(ctx);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected