* Returns the view time scale in seconds per pixel. */
| 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; |
no outgoing calls
no test coverage detected