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

Method setDataType

src/frontend/spreadsheet/SearchReplaceWidget.cpp:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void SearchReplaceWidget::setDataType(DataType dataType) {
361 uiSearchReplace.cbDataType->setCurrentIndex(uiSearchReplace.cbDataType->findData((int)dataType));
362}
363
364void SearchReplaceWidget::setOrder(Order order) {
365 uiSearchReplace.cbOrder->setCurrentIndex(uiSearchReplace.cbOrder->findData((int)order));

Callers 15

applyFilterSettingsMethod · 0.45
importInt8Method · 0.45
importInt16BEMethod · 0.45
importInt32LEMethod · 0.45
importInt32BEMethod · 0.45
importInt64BEMethod · 0.45
importFloatBEMethod · 0.45
importDoubleBEMethod · 0.45
importDoubleLEMethod · 0.45
importDoubleMatrixBEMethod · 0.45
benchIntImportMethod · 0.45
benchDoubleImportMethod · 0.45

Calls 1

setCurrentIndexMethod · 0.45

Tested by 15

importInt8Method · 0.36
importInt16BEMethod · 0.36
importInt32LEMethod · 0.36
importInt32BEMethod · 0.36
importInt64BEMethod · 0.36
importFloatBEMethod · 0.36
importDoubleBEMethod · 0.36
importDoubleLEMethod · 0.36
importDoubleMatrixBEMethod · 0.36
benchIntImportMethod · 0.36
benchDoubleImportMethod · 0.36
testSearchExtended00Method · 0.36