pub struct WlShellSurface { /* private fields */ }Expand description
A wl_shell_surface object.
See the documentation of the module for the interface description.
Implementations§
Source§impl WlShellSurface
impl WlShellSurface
Sourcepub fn set_handler(&self, handler: impl WlShellSurfaceHandler)
pub fn set_handler(&self, handler: impl WlShellSurfaceHandler)
Sets a new handler.
Sourcepub fn set_boxed_handler(&self, handler: Box<dyn WlShellSurfaceHandler>)
pub fn set_boxed_handler(&self, handler: Box<dyn WlShellSurfaceHandler>)
Sets a new, already boxed handler.
Source§impl WlShellSurface
impl WlShellSurface
Sourcepub const MSG__PONG__SINCE: u32 = 1u32
pub const MSG__PONG__SINCE: u32 = 1u32
Since when the pong message is available.
Sourcepub const MSG__MOVE__SINCE: u32 = 1u32
pub const MSG__MOVE__SINCE: u32 = 1u32
Since when the move message is available.
Sourcepub const MSG__RESIZE__SINCE: u32 = 1u32
pub const MSG__RESIZE__SINCE: u32 = 1u32
Since when the resize message is available.
Sourcepub const MSG__SET_TOPLEVEL__SINCE: u32 = 1u32
pub const MSG__SET_TOPLEVEL__SINCE: u32 = 1u32
Since when the set_toplevel message is available.
Sourcepub const MSG__SET_TRANSIENT__SINCE: u32 = 1u32
pub const MSG__SET_TRANSIENT__SINCE: u32 = 1u32
Since when the set_transient message is available.
Sourcepub const MSG__SET_FULLSCREEN__SINCE: u32 = 1u32
pub const MSG__SET_FULLSCREEN__SINCE: u32 = 1u32
Since when the set_fullscreen message is available.
Sourcepub const MSG__SET_POPUP__SINCE: u32 = 1u32
pub const MSG__SET_POPUP__SINCE: u32 = 1u32
Since when the set_popup message is available.
Sourcepub const MSG__SET_MAXIMIZED__SINCE: u32 = 1u32
pub const MSG__SET_MAXIMIZED__SINCE: u32 = 1u32
Since when the set_maximized message is available.
Sourcepub const MSG__SET_TITLE__SINCE: u32 = 1u32
pub const MSG__SET_TITLE__SINCE: u32 = 1u32
Since when the set_title message is available.
Sourcepub const MSG__SET_CLASS__SINCE: u32 = 1u32
pub const MSG__SET_CLASS__SINCE: u32 = 1u32
Since when the set_class message is available.
Sourcepub const MSG__PING__SINCE: u32 = 1u32
pub const MSG__PING__SINCE: u32 = 1u32
Since when the ping message is available.
Sourcepub const MSG__CONFIGURE__SINCE: u32 = 1u32
pub const MSG__CONFIGURE__SINCE: u32 = 1u32
Since when the configure message is available.
Sourcepub const MSG__POPUP_DONE__SINCE: u32 = 1u32
pub const MSG__POPUP_DONE__SINCE: u32 = 1u32
Since when the popup_done message is available.
Sourcepub fn try_send_pong(&self, serial: u32) -> Result<(), ObjectError>
pub fn try_send_pong(&self, serial: u32) -> Result<(), ObjectError>
respond to a ping event
A client must respond to a ping event with a pong request or the client may be deemed unresponsive.
§Arguments
serial: serial number of the ping event
Sourcepub fn send_pong(&self, serial: u32)
pub fn send_pong(&self, serial: u32)
respond to a ping event
A client must respond to a ping event with a pong request or the client may be deemed unresponsive.
§Arguments
serial: serial number of the ping event
Sourcepub fn try_send_move(
&self,
seat: &Rc<WlSeat>,
serial: u32,
) -> Result<(), ObjectError>
pub fn try_send_move( &self, seat: &Rc<WlSeat>, serial: u32, ) -> Result<(), ObjectError>
start an interactive move
Start a pointer-driven move of the surface.
This request must be used in response to a button press event. The server may ignore move requests depending on the state of the surface (e.g. fullscreen or maximized).
§Arguments
seat: seat whose pointer is usedserial: serial number of the implicit grab on the pointer
Sourcepub fn send_move(&self, seat: &Rc<WlSeat>, serial: u32)
pub fn send_move(&self, seat: &Rc<WlSeat>, serial: u32)
start an interactive move
Start a pointer-driven move of the surface.
This request must be used in response to a button press event. The server may ignore move requests depending on the state of the surface (e.g. fullscreen or maximized).
§Arguments
seat: seat whose pointer is usedserial: serial number of the implicit grab on the pointer
Sourcepub fn try_send_resize(
&self,
seat: &Rc<WlSeat>,
serial: u32,
edges: WlShellSurfaceResize,
) -> Result<(), ObjectError>
pub fn try_send_resize( &self, seat: &Rc<WlSeat>, serial: u32, edges: WlShellSurfaceResize, ) -> Result<(), ObjectError>
start an interactive resize
Start a pointer-driven resizing of the surface.
This request must be used in response to a button press event. The server may ignore resize requests depending on the state of the surface (e.g. fullscreen or maximized).
§Arguments
seat: seat whose pointer is usedserial: serial number of the implicit grab on the pointeredges: which edge or corner is being dragged
Sourcepub fn send_resize(
&self,
seat: &Rc<WlSeat>,
serial: u32,
edges: WlShellSurfaceResize,
)
pub fn send_resize( &self, seat: &Rc<WlSeat>, serial: u32, edges: WlShellSurfaceResize, )
start an interactive resize
Start a pointer-driven resizing of the surface.
This request must be used in response to a button press event. The server may ignore resize requests depending on the state of the surface (e.g. fullscreen or maximized).
§Arguments
seat: seat whose pointer is usedserial: serial number of the implicit grab on the pointeredges: which edge or corner is being dragged
Sourcepub fn try_send_set_toplevel(&self) -> Result<(), ObjectError>
pub fn try_send_set_toplevel(&self) -> Result<(), ObjectError>
make the surface a toplevel surface
Map the surface as a toplevel surface.
A toplevel surface is not fullscreen, maximized or transient.
Sourcepub fn send_set_toplevel(&self)
pub fn send_set_toplevel(&self)
make the surface a toplevel surface
Map the surface as a toplevel surface.
A toplevel surface is not fullscreen, maximized or transient.
Sourcepub fn try_send_set_transient(
&self,
parent: &Rc<WlSurface>,
x: i32,
y: i32,
flags: WlShellSurfaceTransient,
) -> Result<(), ObjectError>
pub fn try_send_set_transient( &self, parent: &Rc<WlSurface>, x: i32, y: i32, flags: WlShellSurfaceTransient, ) -> Result<(), ObjectError>
make the surface a transient surface
Map the surface relative to an existing surface.
The x and y arguments specify the location of the upper left corner of the surface relative to the upper left corner of the parent surface, in surface-local coordinates.
The flags argument controls details of the transient behaviour.
§Arguments
parent: parent surfacex: surface-local x coordinatey: surface-local y coordinateflags: transient surface behavior
Sourcepub fn send_set_transient(
&self,
parent: &Rc<WlSurface>,
x: i32,
y: i32,
flags: WlShellSurfaceTransient,
)
pub fn send_set_transient( &self, parent: &Rc<WlSurface>, x: i32, y: i32, flags: WlShellSurfaceTransient, )
make the surface a transient surface
Map the surface relative to an existing surface.
The x and y arguments specify the location of the upper left corner of the surface relative to the upper left corner of the parent surface, in surface-local coordinates.
The flags argument controls details of the transient behaviour.
§Arguments
parent: parent surfacex: surface-local x coordinatey: surface-local y coordinateflags: transient surface behavior
Sourcepub fn try_send_set_fullscreen(
&self,
method: WlShellSurfaceFullscreenMethod,
framerate: u32,
output: Option<&Rc<WlOutput>>,
) -> Result<(), ObjectError>
pub fn try_send_set_fullscreen( &self, method: WlShellSurfaceFullscreenMethod, framerate: u32, output: Option<&Rc<WlOutput>>, ) -> Result<(), ObjectError>
make the surface a fullscreen surface
Map the surface as a fullscreen surface.
If an output parameter is given then the surface will be made fullscreen on that output. If the client does not specify the output then the compositor will apply its policy - usually choosing the output on which the surface has the biggest surface area.
The client may specify a method to resolve a size conflict between the output size and the surface size - this is provided through the method parameter.
The framerate parameter is used only when the method is set to “driver”, to indicate the preferred framerate. A value of 0 indicates that the client does not care about framerate. The framerate is specified in mHz, that is framerate of 60000 is 60Hz.
A method of “scale” or “driver” implies a scaling operation of the surface, either via a direct scaling operation or a change of the output mode. This will override any kind of output scaling, so that mapping a surface with a buffer size equal to the mode can fill the screen independent of buffer_scale.
A method of “fill” means we don’t scale up the buffer, however any output scale is applied. This means that you may run into an edge case where the application maps a buffer with the same size of the output mode but buffer_scale 1 (thus making a surface larger than the output). In this case it is allowed to downscale the results to fit the screen.
The compositor must reply to this request with a configure event with the dimensions for the output on which the surface will be made fullscreen.
§Arguments
method: method for resolving size conflictframerate: framerate in mHzoutput: output on which the surface is to be fullscreen
Sourcepub fn send_set_fullscreen(
&self,
method: WlShellSurfaceFullscreenMethod,
framerate: u32,
output: Option<&Rc<WlOutput>>,
)
pub fn send_set_fullscreen( &self, method: WlShellSurfaceFullscreenMethod, framerate: u32, output: Option<&Rc<WlOutput>>, )
make the surface a fullscreen surface
Map the surface as a fullscreen surface.
If an output parameter is given then the surface will be made fullscreen on that output. If the client does not specify the output then the compositor will apply its policy - usually choosing the output on which the surface has the biggest surface area.
The client may specify a method to resolve a size conflict between the output size and the surface size - this is provided through the method parameter.
The framerate parameter is used only when the method is set to “driver”, to indicate the preferred framerate. A value of 0 indicates that the client does not care about framerate. The framerate is specified in mHz, that is framerate of 60000 is 60Hz.
A method of “scale” or “driver” implies a scaling operation of the surface, either via a direct scaling operation or a change of the output mode. This will override any kind of output scaling, so that mapping a surface with a buffer size equal to the mode can fill the screen independent of buffer_scale.
A method of “fill” means we don’t scale up the buffer, however any output scale is applied. This means that you may run into an edge case where the application maps a buffer with the same size of the output mode but buffer_scale 1 (thus making a surface larger than the output). In this case it is allowed to downscale the results to fit the screen.
The compositor must reply to this request with a configure event with the dimensions for the output on which the surface will be made fullscreen.
§Arguments
method: method for resolving size conflictframerate: framerate in mHzoutput: output on which the surface is to be fullscreen
Sourcepub fn try_send_set_popup(
&self,
seat: &Rc<WlSeat>,
serial: u32,
parent: &Rc<WlSurface>,
x: i32,
y: i32,
flags: WlShellSurfaceTransient,
) -> Result<(), ObjectError>
pub fn try_send_set_popup( &self, seat: &Rc<WlSeat>, serial: u32, parent: &Rc<WlSurface>, x: i32, y: i32, flags: WlShellSurfaceTransient, ) -> Result<(), ObjectError>
make the surface a popup surface
Map the surface as a popup.
A popup surface is a transient surface with an added pointer grab.
An existing implicit grab will be changed to owner-events mode, and the popup grab will continue after the implicit grab ends (i.e. releasing the mouse button does not cause the popup to be unmapped).
The popup grab continues until the window is destroyed or a mouse button is pressed in any other client’s window. A click in any of the client’s surfaces is reported as normal, however, clicks in other clients’ surfaces will be discarded and trigger the callback.
The x and y arguments specify the location of the upper left corner of the surface relative to the upper left corner of the parent surface, in surface-local coordinates.
§Arguments
seat: seat whose pointer is usedserial: serial number of the implicit grab on the pointerparent: parent surfacex: surface-local x coordinatey: surface-local y coordinateflags: transient surface behavior
Sourcepub fn send_set_popup(
&self,
seat: &Rc<WlSeat>,
serial: u32,
parent: &Rc<WlSurface>,
x: i32,
y: i32,
flags: WlShellSurfaceTransient,
)
pub fn send_set_popup( &self, seat: &Rc<WlSeat>, serial: u32, parent: &Rc<WlSurface>, x: i32, y: i32, flags: WlShellSurfaceTransient, )
make the surface a popup surface
Map the surface as a popup.
A popup surface is a transient surface with an added pointer grab.
An existing implicit grab will be changed to owner-events mode, and the popup grab will continue after the implicit grab ends (i.e. releasing the mouse button does not cause the popup to be unmapped).
The popup grab continues until the window is destroyed or a mouse button is pressed in any other client’s window. A click in any of the client’s surfaces is reported as normal, however, clicks in other clients’ surfaces will be discarded and trigger the callback.
The x and y arguments specify the location of the upper left corner of the surface relative to the upper left corner of the parent surface, in surface-local coordinates.
§Arguments
seat: seat whose pointer is usedserial: serial number of the implicit grab on the pointerparent: parent surfacex: surface-local x coordinatey: surface-local y coordinateflags: transient surface behavior
Sourcepub fn try_send_set_maximized(
&self,
output: Option<&Rc<WlOutput>>,
) -> Result<(), ObjectError>
pub fn try_send_set_maximized( &self, output: Option<&Rc<WlOutput>>, ) -> Result<(), ObjectError>
make the surface a maximized surface
Map the surface as a maximized surface.
If an output parameter is given then the surface will be maximized on that output. If the client does not specify the output then the compositor will apply its policy - usually choosing the output on which the surface has the biggest surface area.
The compositor will reply with a configure event telling the expected new surface size. The operation is completed on the next buffer attach to this surface.
A maximized surface typically fills the entire output it is bound to, except for desktop elements such as panels. This is the main difference between a maximized shell surface and a fullscreen shell surface.
The details depend on the compositor implementation.
§Arguments
output: output on which the surface is to be maximized
Sourcepub fn send_set_maximized(&self, output: Option<&Rc<WlOutput>>)
pub fn send_set_maximized(&self, output: Option<&Rc<WlOutput>>)
make the surface a maximized surface
Map the surface as a maximized surface.
If an output parameter is given then the surface will be maximized on that output. If the client does not specify the output then the compositor will apply its policy - usually choosing the output on which the surface has the biggest surface area.
The compositor will reply with a configure event telling the expected new surface size. The operation is completed on the next buffer attach to this surface.
A maximized surface typically fills the entire output it is bound to, except for desktop elements such as panels. This is the main difference between a maximized shell surface and a fullscreen shell surface.
The details depend on the compositor implementation.
§Arguments
output: output on which the surface is to be maximized
Sourcepub fn try_send_set_title(&self, title: &str) -> Result<(), ObjectError>
pub fn try_send_set_title(&self, title: &str) -> Result<(), ObjectError>
set surface title
Set a short title for the surface.
This string may be used to identify the surface in a task bar, window list, or other user interface elements provided by the compositor.
The string must be encoded in UTF-8.
§Arguments
title: surface title
Sourcepub fn send_set_title(&self, title: &str)
pub fn send_set_title(&self, title: &str)
set surface title
Set a short title for the surface.
This string may be used to identify the surface in a task bar, window list, or other user interface elements provided by the compositor.
The string must be encoded in UTF-8.
§Arguments
title: surface title
Sourcepub fn try_send_set_class(&self, class_: &str) -> Result<(), ObjectError>
pub fn try_send_set_class(&self, class_: &str) -> Result<(), ObjectError>
set surface class
Set a class for the surface.
The surface class identifies the general class of applications to which the surface belongs. A common convention is to use the file name (or the full path if it is a non-standard location) of the application’s .desktop file as the class.
§Arguments
class_: surface class
Sourcepub fn send_set_class(&self, class_: &str)
pub fn send_set_class(&self, class_: &str)
set surface class
Set a class for the surface.
The surface class identifies the general class of applications to which the surface belongs. A common convention is to use the file name (or the full path if it is a non-standard location) of the application’s .desktop file as the class.
§Arguments
class_: surface class
Sourcepub fn try_send_ping(&self, serial: u32) -> Result<(), ObjectError>
pub fn try_send_ping(&self, serial: u32) -> Result<(), ObjectError>
ping client
Ping a client to check if it is receiving events and sending requests. A client is expected to reply with a pong request.
§Arguments
serial: serial number of the ping
Sourcepub fn send_ping(&self, serial: u32)
pub fn send_ping(&self, serial: u32)
ping client
Ping a client to check if it is receiving events and sending requests. A client is expected to reply with a pong request.
§Arguments
serial: serial number of the ping
Sourcepub fn try_send_configure(
&self,
edges: WlShellSurfaceResize,
width: i32,
height: i32,
) -> Result<(), ObjectError>
pub fn try_send_configure( &self, edges: WlShellSurfaceResize, width: i32, height: i32, ) -> Result<(), ObjectError>
suggest resize
The configure event asks the client to resize its surface.
The size is a hint, in the sense that the client is free to ignore it if it doesn’t resize, pick a smaller size (to satisfy aspect ratio or resize in steps of NxM pixels).
The edges parameter provides a hint about how the surface was resized. The client may use this information to decide how to adjust its content to the new size (e.g. a scrolling area might adjust its content position to leave the viewable content unmoved).
The client is free to dismiss all but the last configure event it received.
The width and height arguments specify the size of the window in surface-local coordinates.
§Arguments
edges: how the surface was resizedwidth: new width of the surfaceheight: new height of the surface
Sourcepub fn send_configure(
&self,
edges: WlShellSurfaceResize,
width: i32,
height: i32,
)
pub fn send_configure( &self, edges: WlShellSurfaceResize, width: i32, height: i32, )
suggest resize
The configure event asks the client to resize its surface.
The size is a hint, in the sense that the client is free to ignore it if it doesn’t resize, pick a smaller size (to satisfy aspect ratio or resize in steps of NxM pixels).
The edges parameter provides a hint about how the surface was resized. The client may use this information to decide how to adjust its content to the new size (e.g. a scrolling area might adjust its content position to leave the viewable content unmoved).
The client is free to dismiss all but the last configure event it received.
The width and height arguments specify the size of the window in surface-local coordinates.
§Arguments
edges: how the surface was resizedwidth: new width of the surfaceheight: new height of the surface
Sourcepub fn try_send_popup_done(&self) -> Result<(), ObjectError>
pub fn try_send_popup_done(&self) -> Result<(), ObjectError>
popup interaction is done
The popup_done event is sent out when a popup grab is broken, that is, when the user clicks a surface that doesn’t belong to the client owning the popup surface.
Sourcepub fn send_popup_done(&self)
pub fn send_popup_done(&self)
popup interaction is done
The popup_done event is sent out when a popup grab is broken, that is, when the user clicks a surface that doesn’t belong to the client owning the popup surface.
Source§impl WlShellSurface
impl WlShellSurface
Sourcepub const ENM__RESIZE_NONE__SINCE: u32 = 1u32
pub const ENM__RESIZE_NONE__SINCE: u32 = 1u32
Since when the resize.none enum variant is available.
Sourcepub const ENM__RESIZE_TOP__SINCE: u32 = 1u32
pub const ENM__RESIZE_TOP__SINCE: u32 = 1u32
Since when the resize.top enum variant is available.
Sourcepub const ENM__RESIZE_BOTTOM__SINCE: u32 = 1u32
pub const ENM__RESIZE_BOTTOM__SINCE: u32 = 1u32
Since when the resize.bottom enum variant is available.
Sourcepub const ENM__RESIZE_LEFT__SINCE: u32 = 1u32
pub const ENM__RESIZE_LEFT__SINCE: u32 = 1u32
Since when the resize.left enum variant is available.
Sourcepub const ENM__RESIZE_TOP_LEFT__SINCE: u32 = 1u32
pub const ENM__RESIZE_TOP_LEFT__SINCE: u32 = 1u32
Since when the resize.top_left enum variant is available.
Sourcepub const ENM__RESIZE_BOTTOM_LEFT__SINCE: u32 = 1u32
pub const ENM__RESIZE_BOTTOM_LEFT__SINCE: u32 = 1u32
Since when the resize.bottom_left enum variant is available.
Sourcepub const ENM__RESIZE_RIGHT__SINCE: u32 = 1u32
pub const ENM__RESIZE_RIGHT__SINCE: u32 = 1u32
Since when the resize.right enum variant is available.
Sourcepub const ENM__RESIZE_TOP_RIGHT__SINCE: u32 = 1u32
pub const ENM__RESIZE_TOP_RIGHT__SINCE: u32 = 1u32
Since when the resize.top_right enum variant is available.
Sourcepub const ENM__RESIZE_BOTTOM_RIGHT__SINCE: u32 = 1u32
pub const ENM__RESIZE_BOTTOM_RIGHT__SINCE: u32 = 1u32
Since when the resize.bottom_right enum variant is available.
Sourcepub const ENM__TRANSIENT_INACTIVE__SINCE: u32 = 1u32
pub const ENM__TRANSIENT_INACTIVE__SINCE: u32 = 1u32
Since when the transient.inactive enum variant is available.
Sourcepub const ENM__FULLSCREEN_METHOD_DEFAULT__SINCE: u32 = 1u32
pub const ENM__FULLSCREEN_METHOD_DEFAULT__SINCE: u32 = 1u32
Since when the fullscreen_method.default enum variant is available.
Sourcepub const ENM__FULLSCREEN_METHOD_SCALE__SINCE: u32 = 1u32
pub const ENM__FULLSCREEN_METHOD_SCALE__SINCE: u32 = 1u32
Since when the fullscreen_method.scale enum variant is available.
Sourcepub const ENM__FULLSCREEN_METHOD_DRIVER__SINCE: u32 = 1u32
pub const ENM__FULLSCREEN_METHOD_DRIVER__SINCE: u32 = 1u32
Since when the fullscreen_method.driver enum variant is available.
Sourcepub const ENM__FULLSCREEN_METHOD_FILL__SINCE: u32 = 1u32
pub const ENM__FULLSCREEN_METHOD_FILL__SINCE: u32 = 1u32
Since when the fullscreen_method.fill enum variant is available.
Trait Implementations§
Source§impl ConcreteObject for WlShellSurface
impl ConcreteObject for WlShellSurface
Source§const XML_VERSION: u32 = 1u32
const XML_VERSION: u32 = 1u32
Source§const INTERFACE: ObjectInterface = ObjectInterface::WlShellSurface
const INTERFACE: ObjectInterface = ObjectInterface::WlShellSurface
Source§const INTERFACE_NAME: &str = "wl_shell_surface"
const INTERFACE_NAME: &str = "wl_shell_surface"
Source§impl Debug for WlShellSurface
impl Debug for WlShellSurface
Source§impl Object for WlShellSurface
impl Object for WlShellSurface
Source§fn core(&self) -> &ObjectCore
fn core(&self) -> &ObjectCore
ObjectCore of this object.Source§fn unset_handler(&self)
fn unset_handler(&self)
Source§fn get_handler_any_ref(
&self,
) -> Result<HandlerRef<'_, dyn Any>, HandlerAccessError>
fn get_handler_any_ref( &self, ) -> Result<HandlerRef<'_, dyn Any>, HandlerAccessError>
Source§fn get_handler_any_mut(
&self,
) -> Result<HandlerMut<'_, dyn Any>, HandlerAccessError>
fn get_handler_any_mut( &self, ) -> Result<HandlerMut<'_, dyn Any>, HandlerAccessError>
Auto Trait Implementations§
impl !Freeze for WlShellSurface
impl !RefUnwindSafe for WlShellSurface
impl !Send for WlShellSurface
impl !Sync for WlShellSurface
impl Unpin for WlShellSurface
impl !UnwindSafe for WlShellSurface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> ObjectCoreApi for T
impl<T> ObjectCoreApi for T
Source§fn client(&self) -> Option<Rc<Client>>
fn client(&self) -> Option<Rc<Client>>
Client associated with this object, if any.Source§fn interface(&self) -> ObjectInterface
fn interface(&self) -> ObjectInterface
ObjectInterface of this object.