Lumiera
0.pre.03
»edit your freedom«
|
#include "stage/ctrl/state-manager.hpp"
Interface: handling of persistent interface state.
Operations to retrieve previously captured state and to re-play this state towards the originating UI-elements. It is assumed that the actual implementation is connected to the UI-Bus and captures state mark notifications. State is first grouped by ID of the originating interface element, and recorded per distinct property within each element.
Definition at line 79 of file state-manager.hpp.
Protected Types | |
using | ID = lib::idi::BareEntryID const & |
using | StateMark = lib::diff::GenNode const & |
Protected Member Functions | |
virtual | ~StateManager () |
this is an interface | |
Additional Inherited Members | |
Private Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |