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

Method setObjectWidgetFactory

pj_plotting/widget/src/DockWidget.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void DockWidget::setObjectWidgetFactory(ObjectWidgetFactory factory) {
128 object_widget_factory_ = std::move(factory);
129 updatePlaceholderPasteAction();
130}
131
132PlotWidget* DockWidget::plotWidget() {
133 return plot_widget_;

Callers 4

splitIntoMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
MainWindowMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36