#include <UILayoutDefine.h>
Public Member Functions | |
UIMargin () | |
UIMargin (float l, float t, float r, float b) | |
UIMargin (const UIMargin &other) | |
UIMargin & | operator= (const UIMargin &other) |
void | setMargin (float l, float t, float r, float b) |
bool | equals (const UIMargin &target) const |
Public Attributes | |
float | left |
float | top |
float | right |
float | bottom |
UIMargin | ( | ) |
UIMargin | ( | float | l, |
float | t, | ||
float | r, | ||
float | b | ||
) |
bool equals | ( | const UIMargin & | target) | const |
void setMargin | ( | float | l, |
float | t, | ||
float | r, | ||
float | b | ||
) |
float bottom |
float left |
float right |
float top |