stellarlib 0.1.0
Loading...
Searching...
No Matches
stellarlib::app::window Class Referencefinal

Window subsystem. More...

#include <window.hpp>

Classes

struct  info
 Window initialization descriptor. More...

Public Member Functions

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.

Detailed Description

Window subsystem.

Member Function Documentation

◆ 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
titleTitle of the window

The documentation for this class was generated from the following file: