![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Native file dialog wrapper for AI Editor (Phase 1.5) More...
#include <string>
Include dependency graph for AIEditorFileDialog.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Olympe::AI::AIEditorFileDialog |
| Wrapper for native file dialog operations. More... | |
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
| namespace | Olympe::AI |
Variables | |
| const char *const | Olympe::AI::DEFAULT_AI_GRAPH_FILTER = "json,btree" |
| const char *const | Olympe::AI::DEFAULT_AI_GRAPH_NAME = "new_ai_graph.json" |
| const char *const | Olympe::AI::DEFAULT_AI_GRAPH_EXT = ".json" |
Native file dialog wrapper for AI Editor (Phase 1.5)
Provides a simple C++ interface to nativefiledialog-extended library for opening native OS file dialogs (Windows Explorer, Linux GTK/Qt, macOS Finder).
Definition in file AIEditorFileDialog.h.