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

TUI组件基类 更多...

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

浏览该文件的源代码.

struct  neforce::tui::empty_props
 空属性标签 更多...
class  neforce::tui::component_base
 组件基类 更多...
class  neforce::tui::component< P >
 组件模板 更多...

详细描述

TUI组件基类

定义了组件基类 component_base 和模板类 Component

。 组件是 TUI 框架的核心抽象,每个 UI 单元都是组件, 通过 render() 返回声明式元素树。

在文件 component.hpp 中定义.