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

Method setDataServices

pj_plotting/widget/src/DockWidget.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117DockWidget::~DockWidget() = default;
118
119void DockWidget::setDataServices(SessionManager* session, CatalogModel* catalog) {
120 session_ = session;
121 catalog_ = catalog;
122 if (plot_widget_ != nullptr) {
123 plot_widget_->setDataServices(session_, catalog_);
124 }
125}
126
127void DockWidget::setObjectWidgetFactory(ObjectWidgetFactory factory) {
128 object_widget_factory_ = std::move(factory);

Callers 1

setPlotWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected