MCPcopy Create free account
hub / github.com/Alexays/Waybar / setWindows

Method setWindows

include/modules/hyprland/workspace.hpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 void setUrgent(bool value = true) { m_isUrgent = value; };
52 void setVisible(bool value = true) { m_isVisible = value; };
53 void setWindows(uint value) { m_windows = value; };
54 void setName(std::string const& value) { m_name = value; };
55 void setOutput(std::string const& value) { m_output = value; };
56 bool containsWindow(WindowAddress const& addr) const {

Callers 1

updateWindowCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected