![]() |
MAK Legion API Documentation
|
Go to the source code of this file.
Classes | |
| struct | Legion::ViewDescriptor |
| View descriptor provides a way for the database ViewManager to create a view of a given type. More... | |
| class | Legion::ViewManager |
| The ViewManager creates and manages the views of a database. More... | |
Namespaces | |
| Legion | |
Typedefs | |
| typedef Callback< View *(ViewHandle handle, SimulationDatabase &database)> | Legion::ViewCreator |
| Typedef for a View Creation function. More... | |
Enumerations | |
| enum | Legion::Scope : UInt32 { Legion::Scope::Local = 0, Legion::Scope::Remote, Legion::Scope::All } |
| View Scope selects if only local entities, remote (network) entities or a mix should be considered for the view. More... | |