Centralize quick and grid UI bridges

This commit is contained in:
2026-06-04 12:43:00 +02:00
parent bd2ee54617
commit 65e9fdf1b9
12 changed files with 574 additions and 252 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
#include "app_core/quick_ui.h"
#include "foundation/result.h"
#include "node_panel_quick.h"
namespace pp::panopainter {
[[nodiscard]] pp::foundation::Status execute_legacy_quick_ui_plan(
NodePanelQuick& panel,
const pp::app::QuickUiPlan& plan,
const NodePanelQuick::MiniState* restore_state = nullptr);
} // namespace pp::panopainter