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

Method scale

DSView/pv/view/view.h:122–124  ·  view source on GitHub ↗

* Returns the view time scale in seconds per pixel. */

Source from the content-addressed store, hash-verified

120 * Returns the view time scale in seconds per pixel.
121 */
122 inline double scale(){
123 return _scale;
124 }
125
126 inline double get_minscale(){
127 return _minscale;

Callers 15

timebase_changedMethod · 0.95
eventFilterMethod · 0.80
paint_backMethod · 0.80
paint_midMethod · 0.80
draw_logic_tick_markMethod · 0.80
draw_osc_tick_markMethod · 0.80
paint_mid_alignMethod · 0.80
measureMethod · 0.80
is_by_edgeMethod · 0.80
edgeMethod · 0.80
edgesMethod · 0.80
paint_midMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected