Home
last modified time | relevance | path

Searched refs:wlr_view_t (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dview-impl.cpp12 wf::wlr_view_t::wlr_view_t() : in wlr_view_t() function in wf::wlr_view_t
35 std::string wf::wlr_view_t::get_app_id() in get_app_id()
50 std::string wf::wlr_view_t::get_title() in get_title()
144 void wf::wlr_view_t::move(int x, int y) in move()
169 void wf::wlr_view_t::update_size() in update_size()
292 void wf::wlr_view_t::commit() in commit()
335 void wf::wlr_view_t::unmap() in unmap()
398 void wf::wlr_view_t::destroy() in destroy()
405 void wf::wlr_view_t::create_toplevel() in create_toplevel()
462 void wf::wlr_view_t::destroy_toplevel() in destroy_toplevel()
[all …]
H A Dxdg-shell.cpp13 wf::wlr_view_t() in wayfire_xdg_popup()
83 wlr_view_t::map(surface); in map()
90 wlr_view_t::commit(); in commit()
150 wlr_view_t::destroy(); in destroy()
194 wf::wlr_view_t(), xdg_toplevel(top) in wayfire_xdg_view()
199 wlr_view_t::initialize(); in initialize()
314 wlr_view_t::map(surface); in map()
320 wlr_view_t::commit(); in commit()
392 wlr_view_t::set_tiled(edges); in set_tiled()
430 wf::wlr_view_t::close(); in close()
[all …]
H A Dxwayland.cpp153 wlr_view_t(), xw(xww) in wayfire_xwayland_view_base()
158 wf::wlr_view_t::initialize(); in initialize()
284 wf::wlr_view_t::destroy(); in destroy()
409 wf::wlr_view_t::close(); in close()
467 wf::wlr_view_t::move(x, y); in move()
477 wlr_view_t::set_output(wo); in set_output()
682 wf::wlr_view_t::map(surface); in map()
695 wf::wlr_view_t::commit(); in commit()
704 wf::wlr_view_t::set_moving(moving); in set_moving()
753 wf::wlr_view_t::set_tiled(edges); in set_tiled()
[all …]
H A Dlayer-shell.cpp20 class wayfire_layer_shell_view : public wf::wlr_view_t
336 wf::wlr_view_t(), lsurface(lsurf) in wayfire_layer_shell_view()
356 wlr_view_t::initialize(); in initialize()
410 wf::wlr_view_t::destroy(); in destroy()
457 wf::wlr_view_t::map(surface); in map()
463 wf::wlr_view_t::unmap(); in unmap()
469 wf::wlr_view_t::commit(); in commit()
504 wf::wlr_view_t::set_output(output); in set_output()
511 wf::wlr_view_t::close(); in close()
549 wf::wlr_view_t::move(box.x, box.y); in configure()
H A Dxdg-shell.hpp9 class wayfire_xdg_popup : public wf::wlr_view_t
26 wlr_view_t *popup_parent;
38 class wayfire_xdg_view : public wf::wlr_view_t
H A Dview-impl.hpp110 class wlr_view_t : class
115 wlr_view_t();
116 virtual ~wlr_view_t() in ~wlr_view_t()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/
H A Dcore.cpp44 auto wf_surface = dynamic_cast<wf::wlr_view_t*>( in __anoncc7623b90102()
101 auto wf_surface = dynamic_cast<wf::wlr_view_t*>( in __anoncc7623b90402()