Add PopupManager: integrate PopupManager class and PopupParams structure for enhanced popup handling
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "app/editor/system/command_manager.h"
|
||||
#include "app/editor/system/extension_manager.h"
|
||||
#include "app/editor/system/history_manager.h"
|
||||
#include "app/editor/system/popup_manager.h"
|
||||
|
||||
namespace yaze {
|
||||
|
||||
@@ -20,6 +21,7 @@ struct EditorContext {
|
||||
CommandManager command_manager;
|
||||
ExtensionManager extension_manager;
|
||||
HistoryManager history_manager;
|
||||
PopupManager popup_manager;
|
||||
};
|
||||
|
||||
enum class EditorType {
|
||||
|
||||
Reference in New Issue
Block a user