MCPcopy Create free account
hub / github.com/audacity/audacity / GetRowForItem

Method GetRowForItem

src/PluginDataModel.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool PluginDataModel::GetRowForItem(const wxDataViewItem& item, uint32_t& row) const
67{
68 if(item.IsOk())
69 {
70 row = GetRowIndex(item);
71 return row < mIndexFilterMap.size();
72 }
73 return false;
74}
75
76uint32_t PluginDataModel::GetRowCount() const
77{

Callers

nothing calls this directly

Calls 3

GetRowIndexFunction · 0.85
IsOkMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected