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

Defines the ISectionRenderer interface and BaseSectionRenderer for rendering configuration sections in ASAPCabinetFE. More...

#include <nlohmann/json.hpp>
#include <string>
#include <vector>
#include <unordered_map>
#include <imgui.h>
#include <filesystem>
#include "ImGuiFileDialog.h"
#include "log/logging.h"
+ Include dependency graph for isection_renderer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ISectionRenderer
 
class  BaseSectionRenderer
 

Detailed Description

Defines the ISectionRenderer interface and BaseSectionRenderer for rendering configuration sections in ASAPCabinetFE.

This header provides the ISectionRenderer interface and the BaseSectionRenderer base class, which specify methods and utilities for rendering configuration sections in the UI using ImGui. It is implemented by classes like SectionRenderer to handle section-specific rendering logic.