|
FuncDoodle
|
ImGui/OpenGL/GLFW integration utilities and file dialog wrapper. More...
#include <cstdlib>#include <filesystem>#include <imgui.h>#include <imgui_impl_glfw.h>#include <imgui_impl_opengl3.h>#include <imgui_internal.h>#include <nfd.h>#include <ostream>#include <vector>Go to the source code of this file.
Classes | |
| class | FileDialog |
| Lightweight wrapper around Native File Dialog operations. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const ImGuiStyle &style) |
| Streams a readable dump of an ImGui style object. | |
ImGui/OpenGL/GLFW integration utilities and file dialog wrapper.
This header provides:
The FileDialog class simplifies cross-platform file operations and integrates with std::filesystem for type-safe path handling.
|
inline |
Streams a readable dump of an ImGui style object.
| os | Output stream to write into. |
| style | ImGui style instance to serialize. |
os.