AUI Framework
master
Cross-platform base for C++ UI apps
|
Represents a rectangle fields. Useful for margin and padding around AViews.
#include <AUI/Common/ABoxFields.h>
Public Member Functions# | |
glm::ivec2 | leftTop () const noexcept |
glm::ivec2 | rightTop () const noexcept |
glm::ivec2 | leftBottom () const noexcept |
glm::ivec2 | rightBottom () const noexcept |
int | horizontal () const noexcept |
int | vertical () const noexcept |
glm::ivec2 | occupiedSize () const noexcept |
Signals and public fields# | |
int | left = 0 |
int | right = 0 |
int | top = 0 |
int | bottom = 0 |