|
CPGen
C++ project generator
|
Top-level TUI view that owns all sections and drives the main event loop. More...


Go to the source code of this file.
Classes | |
| class | View |
| Root TUI manager: renders sections, routes input, and runs the event loop. More... | |
Top-level TUI view that owns all sections and drives the main event loop.
View is the root of the component tree. It holds a flat list of top-level components (called sections — typically ComponentGroup or Input instances), manages focus between them with Defs::Special::Tab, and runs the blocking input loop.