Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
State behavior of Thyra views
Collaboration diagram for State behavior of Thyra views:

All views in Thyra have the behavior as outlined in the below diagram:

StateBehaviorOfViews.gif
State Behavior of Thyra Views (UML State Diagram)

The above state behavior allows for straightforward implementations of both "direct" and "detached" views of data from the parent object. In general, the state behavior of these views is based on overlapping views. It is usually okay to allow multiple changeable views to be active if these views do not overlap but it depends on the implementation of underlying parent object and of the views. Multiple non-changeable views should always be allowed, even if they overlap.