1#ifndef ABOUT_VIEW_LAYOUT_H
2#define ABOUT_VIEW_LAYOUT_H
66 const auto&
get_title() const noexcept {
return m_title; }
67 const auto&
get_url() const noexcept {
return m_url; }
std::vector< screen_rect > get_panels(const about_view_layout &layout)
Get the panels in the layout.
Definition about_view_layout.cpp:57
void test_about_view_layout()
Test the about_view_layout class.
Definition about_view_layout.cpp:69
The layout of the menu view.
Definition about_view_layout.h:53
const auto & get_copyright() const noexcept
Definition about_view_layout.h:63
const auto & get_background() const noexcept
The size of the rectangle.
Definition about_view_layout.h:61
const auto & get_panel_outline() const noexcept
Definition about_view_layout.h:64
const auto & get_title() const noexcept
Definition about_view_layout.h:66
const auto & get_subtitle() const noexcept
Definition about_view_layout.h:65
const auto & get_url() const noexcept
Definition about_view_layout.h:67
const auto & get_contributors() const noexcept
Definition about_view_layout.h:62
A rectangle-shaped area on the screen.
Definition screen_rect.h:15
constexpr int get_default_margin_width() noexcept
Get the default margin width/size, in pixels.
Definition layout.h:7
screen_rect get_default_screen_rect() noexcept
Get the default screen rectangle.
Definition screen_rect.cpp:140