Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsEnabled
Method
IsEnabled
src/PluginDataModel.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
bool PluginDataModel::IsEnabled(const wxDataViewItem& item, unsigned col) const
82
{
83
return true;
84
}
85
86
bool PluginDataModel::HasContainerColumns(const wxDataViewItem& item) const
87
{
Callers
8
OnRefreshCompleted
Method · 0.45
OnRefreshCompleted
Method · 0.45
Render
Method · 0.45
OnRescan
Method · 0.45
PluginDataModel
Method · 0.45
Enable
Method · 0.45
MenuCreator.cpp
File · 0.45
GetState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected