Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ splitVertical
Method
splitVertical
pj_plotting/widget/src/DockWidget.cpp:344–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
DockWidget* DockWidget::splitVertical() {
345
return splitVertical(nullptr);
346
}
347
348
DockWidget* DockWidget::splitHorizontal(PlotWidget* plot) {
349
return splitInto(ads::RightDockWidgetArea, plot);
Callers
2
restoreNode
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64