orrery.models#
Classes for implementing Models for storage of data with automated value change callbacks
Classes
A model wrapping an instance. |
|
A simple model holding a single fixed object value. |
|
A Model whose value depends on one or more other models. |
|
Model for holding an Enumeration. |
|
Model which returns True if one or more pairs of Models have equal values |
|
A ModelRegistry where Models can be added with an additional identifying prefix, allowing multiple Models of the same name to be added. |
|
A model which reflects the value of a child model |
|
Base class for storing values |
|
Holds a list of named Models |
|
A simple model holding a single object value. |