|
LuciadCPillar 2026.0.04
|
General utility classes. More...
Classes | |
| class | luciad::IInvalidationCallback |
| This is a callback class that is called when something is invalidated. More... | |
| class | luciad::Observable< T > |
| This class makes it possible to hold and observe a value that can change over time. More... | |
Enumerations | |
| enum class | luciad::PerformanceHint : int { luciad::PerformanceHint::PreferPerformance , luciad::PerformanceHint::PreferQuality } |
| Setting that indicates if performance or quality should be prioritized. More... | |
General utility classes.
|
strong |
Setting that indicates if performance or quality should be prioritized.
luciad/utils/PerformanceHint.h
| Enumerator | |
|---|---|
| PreferPerformance | Prefer maximum performance, possibly at the expense of visual quality. |
| PreferQuality | Prefer visual quality, possibly at the expense of painting or loading performance. |