MCPcopy Create free account
hub / github.com/KDE/kdevelop / firstColumn

Function firstColumn

plugins/quickopen/expandingtree/expandingwidgetmodel.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace KTextEditor;
23
24inline QModelIndex firstColumn(const QModelIndex& index)
25{
26 return index.sibling(index.row(), 0);
27}
28
29ExpandingWidgetModel::ExpandingWidgetModel(QWidget* parent) :
30 QAbstractTableModel(parent)

Callers 11

isPartiallyExpandedMethod · 0.85
partiallyUnExpandMethod · 0.85
rowSelectedMethod · 0.85
partialExpandTextMethod · 0.85
partialExpandRectMethod · 0.85
isExpandableMethod · 0.85
isExpandedMethod · 0.85
setExpandedMethod · 0.85
basicRowHeightMethod · 0.85
placeExpandingWidgetMethod · 0.85
expandingWidgetMethod · 0.85

Calls 2

siblingMethod · 0.80
rowMethod · 0.45

Tested by

no test coverage detected