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

Method setOrder

src/frontend/spreadsheet/SearchReplaceWidget.cpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void SearchReplaceWidget::setOrder(Order order) {
365 uiSearchReplace.cbOrder->setCurrentIndex(uiSearchReplace.cbOrder->findData((int)order));
366}
367
368void SearchReplaceWidget::setTextOperator(OperatorText op) {
369 uiSearchReplace.cbOperatorText->setCurrentIndex(uiSearchReplace.cbOperatorText->findData((int)op));

Callers 8

testSearchExtended00Method · 0.80
testSearchExtended01Method · 0.80
testSearchExtended02Method · 0.80
testSearchExtended03Method · 0.80
testSearchFindAllMethod · 0.80
testSearchReplaceTextMethod · 0.80
testSearchReplaceAllMethod · 0.80

Calls 1

setCurrentIndexMethod · 0.45

Tested by 8

testSearchExtended00Method · 0.64
testSearchExtended01Method · 0.64
testSearchExtended02Method · 0.64
testSearchExtended03Method · 0.64
testSearchFindAllMethod · 0.64
testSearchReplaceTextMethod · 0.64
testSearchReplaceAllMethod · 0.64