qtpaint (version 1.1.0)

layout-accessors: Grid layout accessors

Description

Add or retrieve a layer to or from the grid layout of another layer

Usage

## S3 method for class '`Qanviz::Layer`':
[(x, i=0, j=0, rowSpan=1, colSpan=1) <- value
## S3 method for class '`Qanviz::Layer`':
[(x, i=0, j=0)

Arguments

x
Parent layer
i
0-based row position
j
0-based column position
rowSpan
Number of rows spanned by value
colSpan
Number of columns spanned by value
value
The layer to add to the layout