#include <texout.hpp>
Public Member Functions | |
matrix_box () | |
Not initialized object. | |
matrix_box (std::size_t row_a, std::size_t col_a, matrix_line_type mlt_a=mlt_solid) | |
Public Attributes | |
std::size_t | row |
Box position: row number of an element with frame around. | |
std::size_t | col |
Box position: col number of an element with frame around. | |
matrix_line_type | mlt |
Type of a line in frame. |
Determines the box as its row, column and type.
Definition at line 389 of file texout.hpp.
Arageli::matrix_box::matrix_box | ( | ) | [inline] |
Arageli::matrix_box::matrix_box | ( | std::size_t | row_a, | |
std::size_t | col_a, | |||
matrix_line_type | mlt_a = mlt_solid | |||
) | [inline] |
Definition at line 394 of file texout.hpp.
std::size_t Arageli::matrix_box::col |
Box position: col number of an element with frame around.
Definition at line 398 of file texout.hpp.
std::size_t Arageli::matrix_box::row |
Box position: row number of an element with frame around.
Definition at line 398 of file texout.hpp.