|
| | client |
| | The client-side library implementation namespace.
|
| |
| | compositor |
| | Compositing. Combining renderables into a display image.
|
| |
| | draw |
| |
| | examples |
| |
| | frontend |
| | Frontend interface. Mediates the interaction between client processes and the core of the mir system.
|
| |
| | geometry |
| | Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support.
|
| |
| | graphics |
| | Graphics subsystem. Mediates interaction between core system and the graphics environment.
|
| |
| | input |
| |
| | logging |
| |
| | mir_test_framework |
| |
| | options |
| | System options. Interface for extracting configuration options from wherever they may be (e.g. program arguments, config files or environment variables).
|
| |
| | protobuf |
| | subsystem dealing with Google protobuf protocol.
|
| |
| | raii |
| | Utilities for exception safe use of paired function calls.
|
| |
| | report |
| |
| | scene |
| | Management of Surface objects. Includes the model (SurfaceStack and Surface classes) and controller (SurfaceController) elements of an MVC design.
|
| |
| | shell |
| |
| | test |
| |
| | time |
| |
| | tools |
| |
| | udev |
| |
|
| SharedLibrary const * | load_library (std::string const &libname) |
| |
| void | report_exception (std::ostream &out) |
| | Call this from a catch block (and only from a catch block) to write error information to an output stream. More...
|
| |
| void | run_mir (ServerConfiguration &config, std::function< void(DisplayServer &)> init) |
| | Run a DisplayServer with the supplied configuration. More...
|
| |
| template<typename Tag , typename ValueType > |
| std::ostream & | operator<< (std::ostream &out, IntWrapper< Tag, ValueType > const &value) |
| |
| template<typename Tag , typename ValueType > |
| bool | operator== (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
| template<typename Tag , typename ValueType > |
| bool | operator!= (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
| template<typename Tag , typename ValueType > |
| bool | operator<= (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
| template<typename Tag , typename ValueType > |
| bool | operator>= (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
| template<typename Tag , typename ValueType > |
| bool | operator< (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |