NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::tui::layout_rect结构体 参考

布局矩形 更多...

#include <layout_types.hpp>

Public 属性

int x = 0
int y = 0
int w = 0
int h = 0

详细描述

布局矩形

描述一个叶子元素在终端上的位置和大小。

在文件 layout_types.hpp25 行定义.

类成员变量说明

◆ h

int neforce::tui::layout_rect::h = 0

高度

在文件 layout_types.hpp29 行定义.

◆ w

int neforce::tui::layout_rect::w = 0

宽度

在文件 layout_types.hpp28 行定义.

◆ x

int neforce::tui::layout_rect::x = 0

列坐标

在文件 layout_types.hpp26 行定义.

◆ y

int neforce::tui::layout_rect::y = 0

行坐标

在文件 layout_types.hpp27 行定义.


该结构体的文档由以下文件生成: