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

Method itemAt

pj_widgets/src/FlowLayout.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44QLayoutItem* FlowLayout::itemAt(int index) const {
45 return items_.value(index);
46}
47
48QLayoutItem* FlowLayout::takeAt(int index) {
49 if (index >= 0 && index < items_.size()) {

Callers 6

mousePressEventMethod · 0.45
showDialogMethod · 0.45
findRadioPairPlacementFunction · 0.45
onTreeContextMenuMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected