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

Function hasEntryData

src/qt/guiutil.cpp:285–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285bool hasEntryData(const QAbstractItemView *view, int column, int role)
286{
287 QModelIndexList selection = getEntryData(view, column);
288 if (selection.isEmpty()) return false;
289 return !selection.at(0).data(role).toString().isEmpty();
290}
291
292void LoadFont(const QString& file_name)
293{

Callers 1

contextualMenuMethod · 0.85

Calls 2

getEntryDataFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected