|
Mir
|
Wrapper for running an internal Mir client at startup. More...
#include <internal_client.h>
Public Member Functions | |
| StartupInternalClient (std::string name, std::function< void(mir::client::Connection connection)> client_code, std::function< void(std::weak_ptr< mir::scene::Session > const session)> connect_notification) | |
| template<typename ClientObject > | |
| StartupInternalClient (std::string name, ClientObject const &client_object) | |
| StartupInternalClient (std::function< void(struct ::wl_display *display)> client_code, std::function< void(std::weak_ptr< mir::scene::Session > const session)> connect_notification) | |
| template<typename ClientObject > | |
| StartupInternalClient (ClientObject const &client_object) | |
| ~StartupInternalClient () | |
| void | operator() (mir::Server &server) |
Wrapper for running an internal Mir client at startup.
| client_code | code implementing the internal client |
| connection_notification | handler for registering the server-side application |
|
explicit |