tree: 6914b976d2f8e88431c3d7b485564e63b214cd0a [path history] [tgz]
  1. internal/
  2. meta/
  3. tests/
  4. BUILD.gn
  5. main.cc
  6. README.md
  7. view_container_state.cc
  8. view_container_state.h
  9. view_impl.cc
  10. view_impl.h
  11. view_manager_app.cc
  12. view_manager_app.h
  13. view_manager_impl.cc
  14. view_manager_impl.h
  15. view_registry.cc
  16. view_registry.h
  17. view_snapshot_impl.cc
  18. view_snapshot_impl.h
  19. view_state.cc
  20. view_state.h
  21. view_stub.cc
  22. view_stub.h
  23. view_tree_impl.cc
  24. view_tree_impl.h
  25. view_tree_state.cc
  26. view_tree_state.h
garnet/bin/ui/view_manager/README.md

Mozart View Manager

This directory contains an implementation of the ViewManager interface. It provides a composable view management system for used by other applications.

It doesn‘t make sense to run this application stand-alone since it doesn’t have any UI of its own to display. Instead, use the Mozart Launcher or some other application to launch and embed the UI of some other application using the view manager.