MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / update_deocder_item_name

Method update_deocder_item_name

DSView/pv/dock/protocoldock.cpp:1049–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047 }
1048
1049 void ProtocolDock::update_deocder_item_name(void *trace_handel, const char *name)
1050 {
1051 for(auto p : _protocol_lay_items){
1052 if (p->_trace == trace_handel){
1053 p->set_label_name(QString(name));
1054 break;
1055 }
1056 }
1057 }
1058
1059void ProtocolDock::UpdateLanguage()
1060{

Callers 1

set_trace_nameMethod · 0.80

Calls 1

set_label_nameMethod · 0.80

Tested by

no test coverage detected