Audacity 3.2.0
|
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... | |
A key into the graphics data cache.
Definition at line 26 of file GraphicsDataCache.h.
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().
double GraphicsDataCacheKey::PixelsPerSecond { 0.0 } |
Level 1 key: zoom level.
Definition at line 29 of file GraphicsDataCache.h.
Referenced by anonymous_namespace{GraphicsDataCache.cpp}::IsKeyLess(), and anonymous_namespace{GraphicsDataCache.cpp}::IsSameKey().