Audacity 3.2.0
Public Attributes | List of all members
GraphicsDataCacheKey Struct Referencefinal

A key into the graphics data cache. More...

#include <GraphicsDataCache.h>

Public Attributes

double PixelsPerSecond { 0.0 }
 Level 1 key: zoom level. More...
 
int64_t FirstSample { -1 }
 Level 2 key: first cached sample in the "global" scale. More...
 

Detailed Description

A key into the graphics data cache.

Definition at line 26 of file GraphicsDataCache.h.

Member Data Documentation

◆ FirstSample

int64_t GraphicsDataCacheKey::FirstSample { -1 }

Level 2 key: first cached sample in the "global" scale.

Definition at line 31 of file GraphicsDataCache.h.

Referenced by anonymous_namespace{GraphicsDataCache.cpp}::IsKeyLess(), and anonymous_namespace{GraphicsDataCache.cpp}::IsSameKey().

◆ PixelsPerSecond

double GraphicsDataCacheKey::PixelsPerSecond { 0.0 }

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