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

Method setCurrentTab

src/frontend/spreadsheet/StatisticsColumnWidget.cpp:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void StatisticsColumnWidget::setCurrentTab(int index) {
164 if (index == m_tabWidget->currentIndex())
165 currentTabChanged(index); // manually call the slot so we get the data shown
166 else
167 m_tabWidget->setCurrentIndex(index);
168}
169
170void StatisticsColumnWidget::currentTabChanged(int index) {
171 WAIT_CURSOR;

Callers 1

currentTabChangedMethod · 0.80

Calls 2

currentIndexMethod · 0.45
setCurrentIndexMethod · 0.45

Tested by

no test coverage detected