MCPcopy 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
344DockWidget* DockWidget::splitVertical() {
345 return splitVertical(nullptr);
346}
347
348DockWidget* DockWidget::splitHorizontal(PlotWidget* plot) {
349 return splitInto(ads::RightDockWidgetArea, plot);

Callers 2

restoreNodeFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64