|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 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.
| float donner::editor::EditorMainPaneLayoutInput::rightPaneWidth = 0.0f |
Persisted/requested right sidebar width.
| 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.