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

Method sortColumns

src/frontend/spreadsheet/SortDialog.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void SortDialog::sortColumns() {
67 Column* leading = m_columns.at(ui.cbColumns->currentIndex());
68 Q_EMIT sort(leading, m_columns, ui.cbOrdering->currentIndex() == Qt::AscendingOrder);
69}
70
71void SortDialog::setColumns(const QVector<Column*>& columns, const Column* leadingColumn) {
72 m_columns = columns;

Callers 15

sortAscendingMethod · 0.45
sortDescendingMethod · 0.45
testSortSingleBigInt1Method · 0.45
testSortSingleBigInt2Method · 0.45
testSortSingleText1Method · 0.45
testSortSingleText2Method · 0.45

Calls 1

currentIndexMethod · 0.45

Tested by 15

testSortSingleBigInt1Method · 0.36
testSortSingleBigInt2Method · 0.36
testSortSingleText1Method · 0.36
testSortSingleText2Method · 0.36
testSortNumeric1Method · 0.36
testSortNumeric2Method · 0.36