|
FuncDoodle
|
Central registry for UI popup state management. More...
#include <map>#include <string_view>Go to the source code of this file.
Classes | |
| class | FuncDoodle::PopupRegistry |
| Stores all popups used in FuncDoodle. More... | |
Namespaces | |
| namespace | FuncDoodle |
| The FuncDoodle C++ namespace. | |
Central registry for UI popup state management.
This file defines the PopupRegistry class, which manages the open/close state of UI popups within FuncDoodle.
Responsibilities include:
Popups are stored in a map keyed by string_view identifiers.