DUDS
Distributed Update of Data from Something
duds::ui::graphics::PanelMargins Struct Reference

Defines the size of a margin bordering a panel; the size of the margin is included in computations for centering and edge justifications. More...

#include <Panel.hpp>

Public Attributes

std::uint16_t b
 Bottom margin size. More...
 
std::uint16_t l
 Left margin size. More...
 
std::uint16_t r
 Right margin size. More...
 
std::uint16_t t
 Top margin size. More...
 

Detailed Description

Defines the size of a margin bordering a panel; the size of the margin is included in computations for centering and edge justifications.

Definition at line 23 of file Panel.hpp.

Member Data Documentation

◆ b

std::uint16_t duds::ui::graphics::PanelMargins::b

Bottom margin size.

Definition at line 39 of file Panel.hpp.

Referenced by duds::ui::graphics::PriorityGridLayout::render().

◆ l

std::uint16_t duds::ui::graphics::PanelMargins::l

Left margin size.

Definition at line 27 of file Panel.hpp.

Referenced by duds::ui::graphics::PriorityGridLayout::render().

◆ r

std::uint16_t duds::ui::graphics::PanelMargins::r

Right margin size.

Definition at line 31 of file Panel.hpp.

Referenced by duds::ui::graphics::PriorityGridLayout::render().

◆ t

std::uint16_t duds::ui::graphics::PanelMargins::t

Top margin size.

Definition at line 35 of file Panel.hpp.

Referenced by duds::ui::graphics::PriorityGridLayout::render().


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