|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Per-frame inputs to the external-surface half of the presentation decision. More...
#include "donner/editor/DocumentPresenter.h"
Public Attributes | |
| ViewportState | viewport |
| Live viewport transform for this frame. | |
| Box2d | paneRect |
| Render-pane rect in screen pixels; presented pixels are clipped to it. | |
| bool | presentationSuppressed = false |
| True when this frame must present nothing outside the ImGui draw list, because a content-only capture or the sample picker owns the pane. | |
Per-frame inputs to the external-surface half of the presentation decision.
| Box2d donner::editor::DocumentPresentationFrame::paneRect |
Render-pane rect in screen pixels; presented pixels are clipped to it.
| bool donner::editor::DocumentPresentationFrame::presentationSuppressed = false |
True when this frame must present nothing outside the ImGui draw list, because a content-only capture or the sample picker owns the pane.
| ViewportState donner::editor::DocumentPresentationFrame::viewport |
Live viewport transform for this frame.