#include <Padding2D.h>
Definition at line 25 of file Padding2D.h.
◆ Padding2D() [1/2]
loco::Padding2D::Padding2D |
( |
| ) |
|
|
inline |
Definition at line 28 of file Padding2D.h.
28 : _top{0}, _bottom{0}, _left{0}, _right{0}
29 {
30
31 }
◆ Padding2D() [2/2]
loco::Padding2D::Padding2D |
( |
uint32_t |
top, |
|
|
uint32_t |
bottom, |
|
|
uint32_t |
left, |
|
|
uint32_t |
right |
|
) |
| |
|
inline |
Definition at line 34 of file Padding2D.h.
36 {
37
38 }
uint32_t left(void) const
uint32_t bottom(void) const
uint32_t right(void) const
◆ bottom() [1/2]
void loco::Padding2D::bottom |
( |
uint32_t |
value | ) |
|
|
inline |
◆ bottom() [2/2]
uint32_t loco::Padding2D::bottom |
( |
void |
| ) |
const |
|
inline |
◆ left() [1/2]
void loco::Padding2D::left |
( |
uint32_t |
value | ) |
|
|
inline |
◆ left() [2/2]
uint32_t loco::Padding2D::left |
( |
void |
| ) |
const |
|
inline |
◆ right() [1/2]
void loco::Padding2D::right |
( |
uint32_t |
value | ) |
|
|
inline |
◆ right() [2/2]
uint32_t loco::Padding2D::right |
( |
void |
| ) |
const |
|
inline |
◆ top() [1/2]
void loco::Padding2D::top |
( |
uint32_t |
value | ) |
|
|
inline |
◆ top() [2/2]
uint32_t loco::Padding2D::top |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: