|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Inputs used to compute the editor's horizontal source/render/sidebar layout. More...
#include "donner/editor/EditorShellLayout.h"
Inputs used to compute the editor's horizontal source/render/sidebar layout.
| float donner::editor::EditorMainPaneLayoutInput::maxRightPaneWidth = 0.0f |
Maximum right sidebar width.
| float donner::editor::EditorMainPaneLayoutInput::maxSourcePaneWidth = 0.0f |
Maximum source pane width while visible.
| float donner::editor::EditorMainPaneLayoutInput::minRenderPaneWidth = 0.0f |
Minimum render pane width to preserve before growing the right sidebar.
| float donner::editor::EditorMainPaneLayoutInput::minRightPaneWidth = 0.0f |
Minimum right sidebar width.
| float donner::editor::EditorMainPaneLayoutInput::minSourcePaneWidth = 0.0f |
Minimum source pane width while visible.
| bool donner::editor::EditorMainPaneLayoutInput::rightPaneVisible = true |
Whether the persistent right sidebar participates in the layout.
| float donner::editor::EditorMainPaneLayoutInput::rightPaneWidth = 0.0f |
Persisted/requested right sidebar width.
| float donner::editor::EditorMainPaneLayoutInput::sourcePaneRailWidth = 0.0f |
Width of the persistent source reveal rail while the pane is hidden.
| bool donner::editor::EditorMainPaneLayoutInput::sourcePaneVisible = true |
Whether the source pane is currently visible.
| float donner::editor::EditorMainPaneLayoutInput::sourcePaneWidth = 0.0f |
Preferred source pane width when visible.
| float donner::editor::EditorMainPaneLayoutInput::windowWidth = 0.0f |
Full editor window width in screen pixels.