|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
布局矩形 更多...
#include <layout_types.hpp>
Public 属性 | |
| int | x = 0 |
| int | y = 0 |
| int | w = 0 |
| int | h = 0 |
| int neforce::tui::layout_rect::h = 0 |
高度
在文件 layout_types.hpp 第 29 行定义.
| int neforce::tui::layout_rect::w = 0 |
宽度
在文件 layout_types.hpp 第 28 行定义.
| int neforce::tui::layout_rect::x = 0 |
列坐标
在文件 layout_types.hpp 第 26 行定义.
| int neforce::tui::layout_rect::y = 0 |
行坐标
在文件 layout_types.hpp 第 27 行定义.