![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Namespaces | |
| namespace | anonymous_namespace{time-grid.cpp} |
| namespace | test |
Typedefs | |
| using | PLog = lib::P< ErrorLog > |
| using | LogID = lib::idi::EntryID< ErrorLog > |
| using | PGrid = lib::P< TimeGrid > |
| using | GridID = lib::idi::EntryID< TimeGrid > |
Classes | |
| struct | Builder |
| Building and configuring a meta asset. More... | |
| struct | Builder< ErrorLog > |
| struct | Builder< TimeGrid > |
| class | Descriptor |
| Interface: the unspecific, reflective base of meta assets. More... | |
| class | ErrorLog |
| Receive, collect, filter and possibly persist incident records. More... | |
| class | SimpleTimeGrid |
| TimeGrid implementation: a trivial time grid, starting at a given point in time and using a constant grid spacing. More... | |
| class | TimeGrid |
| Interface: a grid and scale definition for time quantisation. More... | |
Variables | |
| lib::idi::EntryID< ErrorLog > | theErrorLog_ID {"global_ErrorLog"} |
| storage for an unique, globally known ID. | |
Definition at line 54 of file error-log.hpp.
| using LogID = lib::idi::EntryID<ErrorLog> |
Definition at line 55 of file error-log.hpp.
Definition at line 63 of file time-grid.hpp.
| using GridID = lib::idi::EntryID<TimeGrid> |
Definition at line 64 of file time-grid.hpp.
| struct steam::asset::meta::Builder |
Collaboration diagram for Builder< MA >:| LogID theErrorLog_ID {"global_ErrorLog"} |
storage for an unique, globally known ID.
Used to address the corresponding ErrorLogView in the UI
Definition at line 48 of file error-log.cpp.
Referenced by Builder< ErrorLog >::commit(), CreateAsset_test::createMetaAssets(), Wizard::getErrorLogID(), and ErrorLog::global().