NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
style.hpp 文件参考

TUI样式与主题系统 更多...

style.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  neforce::tui::style
 样式 更多...
struct  neforce::tui::style::padding
 内边距 更多...
struct  neforce::tui::style::margin
 外边距 更多...
struct  neforce::tui::style::size_hint
 尺寸约束 更多...
struct  neforce::tui::box_props
 布局容器属性 更多...
struct  neforce::tui::box_props::padding
 容器内边距 更多...
struct  neforce::tui::box_props::margin
 容器外边距 更多...
struct  neforce::tui::theme
 主题 更多...

变量

constexpr theme neforce::tui::dark_theme
 预置暗色主题

详细描述

TUI样式与主题系统

定义了样式、边框、对齐方式、尺寸约束和主题等纯数据聚合类型。

在文件 style.hpp 中定义.