MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / title

Method title

DSView/pv/data/decode/row.cpp:60–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60QString Row::title() const
61{
62 if (_decoder && _decoder->name && _row && _row->desc)
63 return QString("%1: %2")
64 .arg(QString::fromUtf8(_decoder->name))
65 .arg(QString::fromUtf8(_row->desc));
66
67 if (_decoder && _decoder->name)
68 return QString::fromUtf8(_decoder->name);
69
70 if (_row && _row->desc)
71 return QString::fromUtf8(_row->desc);
72
73 return QString();
74}
75
76QString Row::title_id() const
77{

Callers 9

putdMethod · 0.45
data_okMethod · 0.45
load_decodersMethod · 0.45
build_rowMethod · 0.45
list_row_titleMethod · 0.45
paint_midMethod · 0.45
DecoderGroupBoxMethod · 0.45
set_protocolMethod · 0.45
ProtocolExpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected