MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / at

Method at

src/data/model/PresetRuleTableModel.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109PresetRule PresetRuleTableModel::at(const QModelIndex &index) const
110{
111 if(rowCount() < index.row())
112 return PresetRule();
113
114 return rules[index.row()];
115}
116
117bool PresetRuleTableModel::containsDeviceId(const QString &deviceId) const
118{

Callers 15

loadConfigMethod · 0.45
parseDeviceAndRouteFunction · 0.45
addPresetRuleMethod · 0.45
chopDoubleQuotesFunction · 0.45
valueStringMethod · 0.45
onRemoveClickedMethod · 0.45
reverseLookupMethod · 0.45
setEditorDataMethod · 0.45
dataMethod · 0.45
findByNodeIdMethod · 0.45
onAppChangedMethod · 0.45
onAppRemovedMethod · 0.45

Calls 2

rowCountFunction · 0.85
PresetRuleClass · 0.85

Tested by

no test coverage detected