MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / removeChild

Method removeChild

src/ui/GLPanel.cpp:244–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void GLPanel::removeChild(GLPanel *childPanel) {
245 auto i = std::find(children.begin(), children.end(), childPanel);
246
247 if (i != children.end()) {
248 children.erase(i);
249 }
250}
251
252void GLPanel::drawChildren() {
253 if (!children.empty()) {

Callers 1

updateGainUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected