StateVarView
state variable view base class
- Provided by: ivtools-dev (Version: 1.2.11a1-6)
- Source: ivtools
- Report a bug
state variable view base class
#include <Unidraw/stateview.h>
StateVarView is the base class for state variable views. State variable views provide a graphical interface to examining and potentially modifying a state variable subject. The StateVarView base class is an abstract class derived from MonoScene. Like MonoScene, the StateVarView class is not instantiated; instead, subclasses add state and behavior appropriate for displaying and editing their subject. Like other MonoScene subclasses, StateVarView subclasses use an interactor composition to define their appearance.
MonoScene(3I), StateVar(3U)