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

Method get_measure

DSView/pv/view/view.cpp:1128–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126}
1127
1128QString View::get_measure(QString option)
1129{
1130 if (_active_viewport) {
1131 return _active_viewport->get_measure(option);
1132 }
1133 return Unknown_Str;
1134}
1135
1136QString View::get_cm_time(int index)
1137{

Callers 2

paintEventMethod · 0.45
measure_updatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected