Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::DispatchSourceTextChangeResult Struct Reference

Outcome from dispatching a source-pane text change. More...

#include "donner/editor/SourceSync.h"

Public Attributes

bool dispatchedMutation = false
 True when a command was enqueued into EditorApp.
bool skippedSelfWriteback = false
 True when the change matched the editor's most recent self-initiated writeback and was intentionally ignored to avoid a feedback loop.

Detailed Description

Outcome from dispatching a source-pane text change.

Member Data Documentation

◆ dispatchedMutation

bool donner::editor::DispatchSourceTextChangeResult::dispatchedMutation = false

True when a command was enqueued into EditorApp.

◆ skippedSelfWriteback

bool donner::editor::DispatchSourceTextChangeResult::skippedSelfWriteback = false

True when the change matched the editor's most recent self-initiated writeback and was intentionally ignored to avoid a feedback loop.


The documentation for this struct was generated from the following file: