![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Centralized file picker modal for all file selection operations (Phase 40). More...
#include <string>#include <vector>
Include dependency graph for FilePickerModal.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Olympe::FilePickerModal |
| Centralized ImGui modal dialog for file selection across all editors. More... | |
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
Enumerations | |
| enum class | Olympe::FilePickerType { Olympe::BehaviorTree , Olympe::SubGraph , Olympe::Audio , Olympe::Tileset } |
| Supported file types for the centralized file picker modal. More... | |
Centralized file picker modal for all file selection operations (Phase 40).
Provides a unified, reusable ImGui modal dialog for file selection across all editors. Supports multiple file types (BehaviorTree .bt.json, SubGraph .ats, etc.) via FilePickerType enum.
This modal consolidates BehaviorTreeFilePickerModal and SubGraphFilePickerModal into a single implementation to avoid code duplication and provide consistent UX.
Definition in file FilePickerModal.h.