LuciadCPillar 2026.0.04
Loading...
Searching...
No Matches
utils

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...

Detailed Description

General utility classes.

Enumeration Type Documentation

◆ PerformanceHint

enum class luciad::PerformanceHint : int
strong

Setting that indicates if performance or quality should be prioritized.

luciad/utils/PerformanceHint.h

Since
2026.0.05
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.