MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / flags

Method flags

src/gui/FreeDvReporterModel.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150Qt::ItemFlags FreeDvReporterModel::flags(const QModelIndex& index) const
151{
152 if (!index.isValid()) return Qt::NoItemFlags;
153 return Qt::ItemIsEnabled | Qt::ItemIsSelectable;
154}
155
156// ── Highlight helpers ─────────────────────────────────────────────────────────
157

Callers 5

checkItemFunction · 0.80
populateTableMethod · 0.80
refreshTciClientTableMethod · 0.80
buildDisplayPanelMethod · 0.80

Calls 1

isValidMethod · 0.45

Tested by 1

buildDisplayPanelMethod · 0.64