| 1 | namespace CascadeIDE.Cockpit.Composition.HostSurface; |
| 2 | |
| 3 | /// <summary> |
| 4 | /// Идентификаторы поверхности хоста главного окна: CDS, резолв mount policy и <see cref="MainWindowHostSurfaceCompositor"/>. |
| 5 | /// </summary> |
| 6 | public static class MainWindowHostSurfaceIds |
| 7 | { |
| 8 | public const string DockedGrid = "main_window_docked_grid"; |
| 9 | |
| 10 | public const string PlusMfdHostTopLevel = "main_window_plus_mfd_host_top_level"; |
| 11 | |
| 12 | public const string PlusPfdHostTopLevel = "main_window_plus_pfd_host_top_level"; |
| 13 | |
| 14 | public const string PlusPfdMfdHostTopLevel = "main_window_plus_pfd_mfd_host_top_level"; |
| 15 | } |
| 16 | |
View only · write via MCP/CIDE