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

Method currentModelIndex

src/frontend/widgets/TreeViewComboBox.cpp:118–120  ·  view source on GitHub ↗

! Returns the model index of the current item. \sa setCurrentModelIndex() */

Source from the content-addressed store, hash-verified

116 \sa setCurrentModelIndex()
117*/
118QModelIndex TreeViewComboBox::currentModelIndex() const {
119 return m_treeView->currentIndex();
120}
121
122/*!
123 Displays the tree view of items in the combobox.

Callers 15

initGeneralTabMethod · 0.80
labelsTextTypeChangedMethod · 0.80
loadMethod · 0.80
enableRecalculateMethod · 0.80
updateValuesWidgetsMethod · 0.80
recalculateClickedMethod · 0.80
initGeneralTabMethod · 0.80
initGeneralTabMethod · 0.80
initGeneralTabMethod · 0.80
enableRecalculateMethod · 0.80
initGeneralTabMethod · 0.80
initGeneralTabMethod · 0.80

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected