![]() |
Contur 2
Educational OS kernel simulator
|
Composite dashboard contract for rendering full panel layout. More...
#include <dashboard.h>
Public Member Functions | |
| virtual | ~IDashboardView ()=default |
| Virtual destructor for interface-safe polymorphic cleanup. | |
| virtual Result< void > | render (const TuiSnapshot &snapshot)=0 |
| Renders dashboard from immutable snapshot. | |
| virtual void | clear ()=0 |
| Clears dashboard surface. | |
Composite dashboard contract for rendering full panel layout.
Definition at line 13 of file dashboard.h.
|
virtualdefault |
Virtual destructor for interface-safe polymorphic cleanup.
|
pure virtual |
Clears dashboard surface.
|
nodiscardpure virtual |
Renders dashboard from immutable snapshot.
| snapshot | Full TUI snapshot. |