MirAL
|
#include "miral/application.h"
#include <mir/geometry/point.h>
#include <mir/geometry/size.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | miral::Window |
Handle class to manage a Mir surface. It may be null (e.g. default initialized) More... | |
Namespaces | |
miral | |
Mir Abstraction Layer. | |
Functions | |
bool | miral::operator== (Window const &lhs, Window const &rhs) |
bool | miral::operator== (std::shared_ptr< mir::scene::Surface > const &lhs, Window const &rhs) |
bool | miral::operator== (Window const &lhs, std::shared_ptr< mir::scene::Surface > const &rhs) |
bool | miral::operator!= (Window const &lhs, Window const &rhs) |
bool | miral::operator!= (std::shared_ptr< mir::scene::Surface > const &lhs, Window const &rhs) |
bool | miral::operator!= (Window const &lhs, std::shared_ptr< mir::scene::Surface > const &rhs) |
Copyright © 2016 Canonical Ltd.
Generated on Fri Sep 30 13:21:55 UTC 2016