|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Line/column coordinate attached to a source edit boundary. More...
#include "donner/editor/SourceEditIntent.h"
Public Member Functions | |
| bool | operator== (const SourceEditPoint &other) const =default |
Public Attributes | |
| int | line = 0 |
| Zero-based source line. | |
| int | column = 0 |
| Zero-based source column. | |
Line/column coordinate attached to a source edit boundary.