Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
ZoomInfo::Interval Struct Reference

#include <ZoomInfo.h>

Public Member Functions

 Interval (int64 p, double z, bool i)
 

Public Attributes

int64 position
 
double averageZoom
 
bool inFisheye
 

Detailed Description

Definition at line 139 of file ZoomInfo.h.

Constructor & Destructor Documentation

◆ Interval()

ZoomInfo::Interval::Interval ( int64  p,
double  z,
bool  i 
)
inline

Definition at line 141 of file ZoomInfo.h.

142 : position(p), averageZoom(z), inFisheye(i) {}
double averageZoom
Definition: ZoomInfo.h:140

Member Data Documentation

◆ averageZoom

double ZoomInfo::Interval::averageZoom

Definition at line 140 of file ZoomInfo.h.

◆ inFisheye

bool ZoomInfo::Interval::inFisheye

Definition at line 140 of file ZoomInfo.h.

◆ position

int64 ZoomInfo::Interval::position

Definition at line 140 of file ZoomInfo.h.


The documentation for this struct was generated from the following file: