Home
last modified time | relevance | path

Searched refs:newTableStatistics (Results 1 – 4 of 4) sorted by relevance

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DApplicationWindow.h402 TableStatistics *newTableStatistics(Table *base, int type, QList<int>,
H A DApplicationWindow.cpp2521 TableStatistics *ApplicationWindow::newTableStatistics(Table *base, int type, QList<int> target, in newTableStatistics() function in ApplicationWindow
5547 newTableStatistics(t, TableStatistics::StatColumn, targets)->showNormal(); in showColStatistics()
5564 newTableStatistics(t, TableStatistics::StatRow, targets)->showNormal(); in showRowStatistics()
9209 TableStatistics *w = newTableStatistics(table(list[1]), in openTableStatistics()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.h508 …TableStatistics *newTableStatistics(Table *base, int type, QList<int>, int start = 0, int end = -1…
H A DApplicationWindow.cpp3078 TableStatistics *ApplicationWindow::newTableStatistics(Table *base, int type, QList<int> target, in…
7560newTableStatistics(t, TableStatistics::column, targets, select.topRow(), select.bottomRow())->show…
7575newTableStatistics(t, TableStatistics::row, targets, select.leftCol(), select.rightCol())->showNor…
12491 …TableStatistics* w = newTableStatistics(0, list[2] == "row" ? TableStatistics::row : TableStatisti…