|
lines-are-beautiful
0.0
A C++ file API for the reMarkable e-ink tablet
|
#include <Page.hpp>
Public Attributes | |
| int32_t | nlayers |
| std::list< Layer > | layers |
Element of a notebook, containing a stack of layers.
The layers at the top of the stack (or at the end of the list) are rendered last, meaning that they will appear above others.
| std::list< Layer > rmlab::Page::layers |
All the layers of this page, from the bottom to the top of the layer stack.
| int32_t rmlab::Page::nlayers |
Number of layers in this page.
1.8.15