MCPcopy Create free account
hub / github.com/MITK/MITK / Subtract

Method Subtract

Plugins/org.blueberry.ui.qt/src/internal/berryLayoutTree.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96int LayoutTree::Subtract(int a, int b)
97{
98 poco_assert(b >= 0 && b < INF);
99
100 return Add(a, -b);
101}
102
103int LayoutTree::Add(int a, int b)
104{

Callers 1

ComputeChildSizesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected