Toolbox 0.0.1
Ritchie's accessible game engine'
Loading...
Searching...
No Matches
Ritchie.Toolbox.Common Namespace Reference

Classes

class  Emojis
 Constants, lookup-tables, and other utilities for emoji support in the UI system. This code was auto-generated based on the GitHub Emoji API. More...
 
class  StateChange< T >
 

Enumerations

enum  InvalidationMode { None , Geometry , LayoutAndGeometry }
 Enum defining how to invalidate a widget's caches. More...
 

Enumeration Type Documentation

◆ InvalidationMode

Enum defining how to invalidate a widget's caches.

Enumerator
None 

Invalidate nothing.

Geometry 

Invalidate the geometry cache.

LayoutAndGeometry 

Invalidate the widget's layout data. Note that this implicitly invalidates geometry, and there is no way around that.