|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
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. | |
Outcome from dispatching a source-pane text change.
| bool donner::editor::DispatchSourceTextChangeResult::dispatchedMutation = false |
True when a command was enqueued into EditorApp.
| 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.