|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 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.