MCPcopy Create free account
hub / github.com/KDE/labplot / setModel

Method setModel

src/frontend/dockwidgets/BoxPlotDock.cpp:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void BoxPlotDock::setModel() {
189 auto* model = aspectModel();
190 model->enablePlottableColumnsOnly(true);
191 model->enableShowPlotDesignation(true);
192
193 QList<AspectType> list{AspectType::Column};
194 model->setSelectableAspects(list);
195}
196
197void BoxPlotDock::loadDataColumns() {
198 // add the combobox for the first column, is always present

Callers 2

loadDataColumnsMethod · 0.45
addDataColumnMethod · 0.45

Calls 3

setSelectableAspectsMethod · 0.80

Tested by

no test coverage detected