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

Method setType

src/frontend/spreadsheet/EquidistantValuesDialog.cpp:731–733  ·  view source on GitHub ↗

Helper functions used in the tests

Source from the content-addressed store, hash-verified

729// *********** Helper functions used in the tests ***********
730// **********************************************************
731void EquidistantValuesDialog::setType(Type type) const {
732 ui.cbType->setCurrentIndex(ui.cbType->findData(static_cast<int>(type)));
733}
734
735void EquidistantValuesDialog::setNumber(int value) const {
736 ui.leNumber->setText(QLocale().toString(value));

Callers 11

typeChangedMethod · 0.45
typeChangedMethod · 0.45
typeChangedMethod · 0.45
typeChangedMethod · 0.45
typeChangedMethod · 0.45
typeChangedMethod · 0.45
addNewMethod · 0.45
showBarPlotMethod · 0.45
addPlotMethod · 0.45
plotMethod · 0.45
addCurvesToPlotsMethod · 0.45

Calls 1

setCurrentIndexMethod · 0.45

Tested by

no test coverage detected