#include "basic_platform.h"
#include <boost/program_options/options_description.hpp>
#include <memory>
Go to the source code of this file.
|
| mir |
| All things Mir.
|
|
| mir::frontend |
| Frontend interface. Mediates the interaction between client processes and the core of the mir system.
|
|
| mir::options |
| System options. Interface for extracting configuration options from wherever they may be (e.g. program arguments, config files or environment variables).
|
|
| mir::graphics |
| Graphics subsystem. Mediates interaction between core system and the graphics environment.
|
|
|
typedef std::shared_ptr
< Platform >(* | mir::graphics::CreatePlatform )(std::shared_ptr< options::Option > const &options, std::shared_ptr< EmergencyCleanupRegistry > const &emergency_cleanup_registry, std::shared_ptr< DisplayReport > const &report) |
| Function prototype used to return a new graphics platform. More...
|
|
typedef void(* | mir::graphics::AddPlatformOptions )(boost::program_options::options_description &config) |
|
|
std::shared_ptr< Platform > | mir::graphics::create_platform (std::shared_ptr< options::Option > const &options, std::shared_ptr< EmergencyCleanupRegistry > const &emergency_cleanup_registry, std::shared_ptr< DisplayReport > const &report) |
|
void | mir::graphics::add_platform_options (boost::program_options::options_description &config) |
|
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014