Public Attributes | |
int | nCount |
POS_INFO | posLeft |
POS_INFO | posRight |
POS_INFO | posTop |
POS_INFO | posBottom |
float | fOffsetX |
float | fOffsetY |
SLayoutSize | width |
SLayoutSize | height |
Definition at line 44 of file SouiLayoutParamStruct.h.
float SouiLayoutParamStruct::fOffsetX |
Definition at line 50 of file SouiLayoutParamStruct.h.
float SouiLayoutParamStruct::fOffsetY |
窗口坐标偏移量, x += fOffsetX * width, y += fOffsetY * height
Definition at line 50 of file SouiLayoutParamStruct.h.
SLayoutSize SouiLayoutParamStruct::height |
使用height属性定义的高 nCount==0 时有效
Definition at line 53 of file SouiLayoutParamStruct.h.
int SouiLayoutParamStruct::nCount |
定义的坐标个数
Definition at line 46 of file SouiLayoutParamStruct.h.
POS_INFO SouiLayoutParamStruct::posBottom |
由pos属性定义的值, nCount >0 时有效
Definition at line 48 of file SouiLayoutParamStruct.h.
POS_INFO SouiLayoutParamStruct::posLeft |
Definition at line 47 of file SouiLayoutParamStruct.h.
POS_INFO SouiLayoutParamStruct::posRight |
由pos属性定义的值, nCount >0 时有效
Definition at line 47 of file SouiLayoutParamStruct.h.
POS_INFO SouiLayoutParamStruct::posTop |
Definition at line 48 of file SouiLayoutParamStruct.h.
SLayoutSize SouiLayoutParamStruct::width |
使用width属性定义的宽 nCount==0 时有效
Definition at line 52 of file SouiLayoutParamStruct.h.