ASAPCabinetFE
 
Loading...
Searching...
No Matches
section_renderer.h File Reference

Defines the SectionRenderer class for rendering configuration sections in ASAPCabinetFE. More...

#include "isection_renderer.h"
#include "config_ui.h"
#include <vector>
#include <string>
+ Include dependency graph for section_renderer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SectionRenderer
 Renderer for generic configuration sections. More...
 

Detailed Description

Defines the SectionRenderer class for rendering configuration sections in ASAPCabinetFE.

This header provides the SectionRenderer class, which implements the ISectionRenderer interface to render generic configuration sections using ImGui. It uses a base class for common rendering utilities and is tailored for section-specific rendering logic.