MCPcopy Create free account
hub / github.com/ElementsProject/elements / getEntryData

Function getEntryData

src/qt/guiutil.cpp:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278QList<QModelIndex> getEntryData(const QAbstractItemView *view, int column)
279{
280 if(!view || !view->selectionModel())
281 return QList<QModelIndex>();
282 return view->selectionModel()->selectedRows(column);
283}
284
285bool hasEntryData(const QAbstractItemView *view, int column, int role)
286{

Callers 5

updateDetailWidgetMethod · 0.85
banSelectedNodeMethod · 0.85
unbanSelectedNodeMethod · 0.85
hasEntryDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected