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

Method flags

src/qt/bantablemodel.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148Qt::ItemFlags BanTableModel::flags(const QModelIndex &index) const
149{
150 if (!index.isValid()) return Qt::NoItemFlags;
151
152 Qt::ItemFlags retval = Qt::ItemIsSelectable | Qt::ItemIsEnabled;
153 return retval;
154}
155
156QModelIndex BanTableModel::index(int row, int column, const QModelIndex &parent) const
157{

Callers 6

invokeMethod · 0.45
streamStateFromFormatFunction · 0.45
formatImplFunction · 0.45
createMenuBarMethod · 0.45
StreamStateRestorerMethod · 0.45
restoreMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected