lines-are-beautiful  0.0
A C++ file API for the reMarkable e-ink tablet
Public Attributes | List of all members
rmlab::Layer Struct Reference

#include <Layer.hpp>

Public Attributes

int32_t nlines
 
std::list< Linelines
 

Detailed Description

Element of a page, containing a set of lines.

When inside the same layer, a line A is rendered above another line B if and only if it A comes after B in the layer order.

See also
rmlab::Page
rmlab::Line

Member Data Documentation

◆ lines

std::list< Line > rmlab::Layer::lines

All lines contained in this layer, in the order they were drawn.

◆ nlines

int32_t rmlab::Layer::nlines

Number of lines in this layer.


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