MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / flags

Method flags

src/qt/bantablemodel.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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