Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
QLayoutItem* FlowLayout::itemAt(int index) const {
45
return items_.value(index);
46
}
47
48
QLayoutItem* FlowLayout::takeAt(int index) {
49
if (index >= 0 && index < items_.size()) {
Callers
6
mousePressEvent
Method · 0.45
showDialog
Method · 0.45
boxSegmentContainsOnlyPairOrSpacer
Function · 0.45
gridSegmentContainsOnlyPairOrSpacer
Function · 0.45
findRadioPairPlacement
Function · 0.45
onTreeContextMenu
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected