MCPcopy Create free account
hub / github.com/LUX-Core/lux / flags

Method flags

src/qt/bantablemodel.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153Qt::ItemFlags BanTableModel::flags(const QModelIndex &index) const
154{
155 if(!index.isValid())
156 return 0;
157
158 Qt::ItemFlags retval = Qt::ItemIsSelectable | Qt::ItemIsEnabled;
159 return retval;
160}
161
162QModelIndex BanTableModel::index(int row, int column, const QModelIndex &parent) const
163{

Callers 7

invokeMethod · 0.45
tinyformat.hFile · 0.45
formatImplFunction · 0.45
integer.cppFile · 0.45
gf2n.cppFile · 0.45
StreamStateMethod · 0.45
~StreamStateMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected