Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::LineRange Struct Reference

Half-open line range in zero-based editor line coordinates. More...

#include "donner/editor/FocusView.h"

Public Member Functions

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

Public Attributes

int startLine = 0
 First included line.
int endLine = 0
 First excluded line.

Detailed Description

Half-open line range in zero-based editor line coordinates.


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