#include <wayland_helpers.h>
|
| Globals (std::function< void(Output const &)> on_new_output, std::function< void(Output const &)> on_output_changed, std::function< void(Output const &)> on_output_gone) |
|
void | init (struct wl_display *display) |
|
void | teardown () |
|
|
wl_compositor * | compositor = nullptr |
|
wl_shm * | shm = nullptr |
|
wl_seat * | seat = nullptr |
|
wl_shell * | shell = nullptr |
|
◆ Globals()
Globals::Globals |
( |
std::function< void(Output const &)> |
on_new_output, |
|
|
std::function< void(Output const &)> |
on_output_changed, |
|
|
std::function< void(Output const &)> |
on_output_gone |
|
) |
| |
◆ init()
void Globals::init |
( |
struct wl_display * |
display | ) |
|
◆ teardown()
void Globals::teardown |
( |
| ) |
|
◆ compositor
wl_compositor* Globals::compositor = nullptr |
◆ seat
wl_seat* Globals::seat = nullptr |
◆ shell
wl_shell* Globals::shell = nullptr |
◆ shm
wl_shm* Globals::shm = nullptr |
The documentation for this class was generated from the following files:
Copyright © 2012-2021
Canonical Ltd.
Generated on Mon May 10 10:15:00 UTC 2021
This documentation is licensed under the GPL version 2 or 3.