MCPcopy Create free account
hub / github.com/DISTRHO/DPF / getName

Method getName

dgl/src/Widget.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165const char* Widget::getName() const noexcept
166{
167 return pData->name != nullptr ? pData->name : "";
168}
169
170void Widget::setId(uint id) noexcept
171{

Callers 10

lv2_generate_ttlFunction · 0.80
vst_dispatcherCallbackFunction · 0.80
PluginJackMethod · 0.80
DescriptorInitializerMethod · 0.80
generate_au_plistFunction · 0.80
get_class_infoMethod · 0.80
get_class_info_2Method · 0.80
get_class_info_utf16Method · 0.80
getNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected