![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Implementation of the PresentationStateManager interface through associative (key-value) store. More...
Go to the source code of this file.
Implementation of the PresentationStateManager interface through associative (key-value) store.
This implementation groups recorded message by elementID and simply overwrites previous state info for a given attribute with later one. Referral to unknown elements and properties is ignored.
Definition in file state-recorder.hpp.
#include "lib/error.hpp"#include "lib/idi/entry-id.hpp"#include "lib/diff/gen-node.hpp"#include "stage/ctrl/bus-term.hpp"#include "stage/ctrl/state-manager.hpp"#include "stage/ctrl/state-map-grouping-storage.hpp"#include "include/ui-protocol.hpp"#include <string>Namespaces | |
| namespace | stage |
| Lumiera GTK UI implementation root. | |
| namespace | stage::ctrl |
| Backbone of the Lumiera GTK UI. | |
Classes | |
| class | StateRecorder |
| Simple map based implementation of the PresentationStateManager interface. More... | |