|
Mir
|
#include <surface.h>
Public Member Functions | |
| virtual | ~Surface ()=default |
| virtual geometry::Size | client_size () const =0 |
| Size of the client area of the surface (excluding any decorations) More... | |
| virtual MirPixelFormat | pixel_format () const =0 |
| virtual void | swap_buffers (graphics::Buffer *old_buffer, std::function< void(graphics::Buffer *new_buffer)> complete)=0 |
| virtual bool | supports_input () const =0 |
| virtual int | client_input_fd () const =0 |
| virtual void | set_cursor_image (std::shared_ptr< graphics::CursorImage > const &image)=0 |
Protected Member Functions | |
| Surface ()=default | |
| Surface (Surface const &)=delete | |
| Surface & | operator= (Surface const &)=delete |
|
virtualdefault |
|
protecteddefault |
|
protecteddelete |
|
pure virtual |
Implemented in mir::scene::BasicSurface.
|
pure virtual |
Size of the client area of the surface (excluding any decorations)
Implemented in mir::scene::BasicSurface, and mir::scene::Surface.
|
pure virtual |
Implemented in mir::scene::BasicSurface.
|
pure virtual |
Implemented in mir::scene::BasicSurface, and mir::scene::Surface.
|
pure virtual |
Implemented in mir::scene::BasicSurface.
|
pure virtual |
Implemented in mir::scene::BasicSurface.
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015