| Safe Haskell | Safe-Inferred |
|---|
Ui.Zoom
Description
The Zoom type.
Synopsis
- data Zoom = Zoom {
- offset :: !ScoreTime.TrackTime
- factor :: !Double
- to_pixels :: Zoom -> ScoreTime.TrackTime -> Int
- to_time :: Zoom -> Int -> ScoreTime.TrackTime
Documentation
View zoom and time scroll offset.
Constructors
| Zoom | |
Fields
| |