Home
last modified time | relevance | path

Searched refs:Paint_area (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cppurses/CPPurses-0.3-5-g342a389/demos/glyph_paint/
H A Dpaint_area.hpp20 class Paint_area : public cppurses::Widget { class
22 Paint_area();
68 sig::Slot<void(cppurses::Glyph)> set_glyph(Paint_area& pa);
86 sig::Slot<void()> toggle_clone(Paint_area& pa);
88 sig::Slot<void()> clear(Paint_area& pa);
90 sig::Slot<void()> enable_erase(Paint_area& pa);
91 sig::Slot<void()> disable_erase(Paint_area& pa);
93 sig::Slot<void()> enable_grid(Paint_area& pa);
94 sig::Slot<void()> disable_grid(Paint_area& pa);
96 sig::Slot<void(std::ostream&)> write(Paint_area& pa);
[all …]
H A Dpaint_area.cpp55 Paint_area::Paint_area() { in Paint_area() function in demos::glyph_paint::Paint_area
63 void Paint_area::set_glyph(Glyph glyph) { in set_glyph()
117 void Paint_area::enable_erase() { in enable_erase()
122 void Paint_area::disable_erase() { in disable_erase()
127 void Paint_area::enable_grid() { in enable_grid()
132 void Paint_area::disable_grid() { in disable_grid()
137 void Paint_area::clear() { in clear()
142 Glyph Paint_area::glyph() const { in glyph()
146 void Paint_area::toggle_clone() { in toggle_clone()
162 void Paint_area::read(std::istream& is) { in read()
[all …]
H A Dglyph_paint.hpp16 Paint_area& paint_area{this->make_child<Paint_area>()};