Mir
Classes | Namespaces | Functions
window.h File Reference
#include "miral/application.h"
#include <mir/geometry/point.h>
#include <mir/geometry/size.h>
#include <memory>
Include dependency graph for window.h:
This graph shows which files directly or indirectly include this file:

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

 mir
 
 mir::scene
 
 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!= (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<= (Window const &lhs, Window const &rhs)
 
bool miral::operator>= (Window const &lhs, Window const &rhs)
 

Copyright © 2012-2021 Canonical Ltd.
Generated on Thu Nov 25 02:27:04 UTC 2021
This documentation is licensed under the GPL version 2 or 3.