NexusForce
1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
layout_types.hpp
浏览该文件的文档.
1
#ifndef NEFORCE_TUI_DOM_LAYOUT_TYPES_HPP__
2
#define NEFORCE_TUI_DOM_LAYOUT_TYPES_HPP__
3
10
11
#include "
NeForce/core/config/c++config.hpp
"
12
NEFORCE_BEGIN_NAMESPACE__
13
NEFORCE_BEGIN_TUI__
14
19
25
struct
layout_rect
{
26
int
x
= 0;
27
int
y
= 0;
28
int
w
= 0;
29
int
h
= 0;
30
};
31
// TUI
33
34
NEFORCE_END_TUI__
35
NEFORCE_END_NAMESPACE__
36
#endif
// NEFORCE_TUI_DOM_LAYOUT_TYPES_HPP__
c++config.hpp
核心配置头文件
neforce::tui::layout_rect
布局矩形
定义
layout_types.hpp:25
neforce::tui::layout_rect::x
int x
定义
layout_types.hpp:26
neforce::tui::layout_rect::y
int y
定义
layout_types.hpp:27
neforce::tui::layout_rect::w
int w
定义
layout_types.hpp:28
neforce::tui::layout_rect::h
int h
定义
layout_types.hpp:29
include
NeForce
tui
dom
layout_types.hpp
制作者
1.16.0