|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
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.
| std::optional<float> donner::editor::EditorMainPaneLayoutInput::sourcePaneRevealProgress |
Optional linear reveal progress. Absent snaps to the target visibility.
| 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.