Centralize quick and grid UI bridges
This commit is contained in:
14
src/legacy_grid_ui_services.h
Normal file
14
src/legacy_grid_ui_services.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "app_core/grid_ui.h"
|
||||
#include "foundation/result.h"
|
||||
|
||||
class NodePanelGrid;
|
||||
|
||||
namespace pp::panopainter {
|
||||
|
||||
[[nodiscard]] pp::foundation::Status execute_legacy_grid_ui_plan(
|
||||
NodePanelGrid& panel,
|
||||
const pp::app::GridUiPlan& plan);
|
||||
|
||||
} // namespace pp::panopainter
|
||||
Reference in New Issue
Block a user