Window subsystem.
More...
#include <window.hpp>
|
|
constexpr | window (const window &) noexcept=delete |
| | Deleted copy constructor.
|
|
constexpr | window (window &&) noexcept=delete |
| | Deleted move constructor.
|
|
constexpr auto | operator= (const window &) noexcept -> window &=delete |
| | Deleted copy assignment operator.
|
|
constexpr auto | operator= (window &&) noexcept -> window &=delete |
| | Deleted move assignment operator.
|
|
| ~window () |
| | Destructor.
|
| auto | title () const -> std::string |
| | Returns the title of the window.
|
| void | set_title (const std::string &title) |
| | Sets the title of the window.
|
◆ title()
| auto stellarlib::app::window::title |
( |
| ) |
const -> std::string |
|
nodiscard |
Returns the title of the window.
- Returns
- Title of the window
◆ set_title()
| void stellarlib::app::window::set_title |
( |
const std::string & | title | ) |
|
Sets the title of the window.
- Parameters
-
The documentation for this class was generated from the following file: