|
DUDS
|
Distributed Update of Data from Something
|
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... | |
Defines the size of a margin bordering a panel; the size of the margin is included in computations for centering and edge justifications.
| 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().
| 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().
| 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().
| 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().