MCPcopy 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
81bool PluginDataModel::IsEnabled(const wxDataViewItem& item, unsigned col) const
82{
83 return true;
84}
85
86bool PluginDataModel::HasContainerColumns(const wxDataViewItem& item) const
87{

Callers 8

OnRefreshCompletedMethod · 0.45
OnRefreshCompletedMethod · 0.45
RenderMethod · 0.45
OnRescanMethod · 0.45
PluginDataModelMethod · 0.45
EnableMethod · 0.45
MenuCreator.cppFile · 0.45
GetStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected