AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
ABoxFields Struct Reference

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

Detailed Description

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

Examples
/github/workspace/aui.views/src/AUI/View/AView.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
 

#include <AUI/Common/ABoxFields.h>


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