1 #ifndef TERMOX_WIDGET_WIDGETS_MATRIX_VIEW_HPP
2 #define TERMOX_WIDGET_WIDGETS_MATRIX_VIEW_HPP
5 #include <termox/painter/glyph_matrix.hpp>
6 #include <termox/painter/painter.hpp>
7 #include <termox/widget/widget.hpp>
32 -> std::unique_ptr<Matrix_view>;
36 -> std::unique_ptr<Matrix_view>;
Holds a matrix of Glyphs, provides simple access by indices.
Definition: glyph_matrix.hpp:12
Displays a Glyph_matrix object.
Definition: matrix_view.hpp:12
auto paint_event(Painter &p) -> bool override
Handles Paint_event objects.
Definition: matrix_view.cpp:16
Contains functions to paint Glyphs to a Widget's screen area.
Definition: painter.hpp:21
Definition: matrix_view.hpp:14