Lumiera
0.pre.03
»edit your freedom«
|
#include "stage/model/zoom-metric.hpp"
Mix-In to implement the DisplayMetric interface on top of a ZoomWindow component, directly embedded here and thus also accessible downstream.
Definition at line 73 of file zoom-metric.hpp.
Public Member Functions | |
TimeValue | applyScreenDelta (Time anchor, double deltaPx) const override |
TimeSpan | coveredTime () const override |
int | translateScreenDelta (Offset timeOffset) const override |
int | translateTimeToPixels (TimeValue startTimePoint) const override |
Protected Attributes | |
ZoomWindow | zoomWindow_ |