MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / takeAt

Method takeAt

pj_widgets/src/FlowLayout.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48QLayoutItem* FlowLayout::takeAt(int index) {
49 if (index >= 0 && index < items_.size()) {
50 return items_.takeAt(index);
51 }
52 return nullptr;
53}
54
55Qt::Orientations FlowLayout::expandingDirections() const {
56 return {};

Callers 3

populateCardsMethod · 0.45
clearCardsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected