AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ABoxFields Struct Reference

Represents a rectangle fields. Useful for margin and padding around AViews. More...

#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
 

Detailed Description

Represents a rectangle fields. Useful for margin and padding around AViews.


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