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

Method HasContainerColumns

src/PluginDataModel.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool PluginDataModel::HasContainerColumns(const wxDataViewItem& item) const
87{
88 return item.GetID() == RowIdRoot;
89}
90
91void PluginDataModel::SetFilterType(const wxString& type)
92{

Callers

nothing calls this directly

Calls 1

GetIDMethod · 0.45

Tested by

no test coverage detected