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

Method set_measure

DSView/pv/dialogs/dsomeasure.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void DsoMeasure::set_measure(bool en)
122{
123 (void)en;
124 QCheckBox* sc=dynamic_cast<QCheckBox*>(sender());
125 if(sc != NULL) {
126 QVariant id = sc->property("id");
127 }
128}
129
130QString DsoMeasure::get_ms_icon(int ms_type)
131{

Callers 3

acceptMethod · 0.45
rejectMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected