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

Method DockWidget

pj_plotting/widget/src/DockWidget.cpp:71–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69} // namespace
70
71DockWidget::DockWidget(SessionManager* session, CatalogModel* catalog, ads::CDockManager* manager, QWidget* parent)
72 : DockWidget(nullptr, session, catalog, manager, parent, false) {}
73
74DockWidget::DockWidget(
75 PlotWidget* plot, SessionManager* session, CatalogModel* catalog, ads::CDockManager* manager, QWidget* parent,

Callers

nothing calls this directly

Calls 10

buttonSplitHorizontalMethod · 0.80
buttonSplitVerticalMethod · 0.80
toggleFullscreenMethod · 0.80
setFullscreenMethod · 0.80
fullscreenDockMethod · 0.80
buttonFullscreenMethod · 0.80
buttonCloseMethod · 0.80
newStateIdFunction · 0.70
setTextMethod · 0.45
labelMethod · 0.45

Tested by

no test coverage detected