| 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 { |