Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::editor::SourcePoint Struct Reference

Zero-based source coordinate in logical editor lines and columns. More...

#include "donner/editor/FocusView.h"

Public Member Functions

bool operator== (const SourcePoint &other) const =default
 Equality operator.

Public Attributes

int line = 0
 Source line.
int column = 0
 Source column.

Detailed Description

Zero-based source coordinate in logical editor lines and columns.


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