Donner 0.8.0-pre
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 the change was applied to the live document or queued as an editor command.
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 the change was applied to the live document or queued as an editor command.

◆ 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: