#include <highlighter.hpp>
Public Member Functions | |
highlight_main_visitor (highlighter &h) | |
void | visit (move_ptr) |
void | visit (attack_ptr) |
void | visit (recruit_ptr) |
void | visit (recall_ptr) |
void | visit (suppose_dead_ptr) |
Private Attributes | |
highlighter & | highlighter_ |
Additional Inherited Members | |
Protected Member Functions inherited from wb::visitor | |
virtual | ~visitor () |
Definition at line 94 of file highlighter.hpp.
|
inline |
Definition at line 96 of file highlighter.hpp.
|
virtual |
Implements wb::visitor.
Definition at line 283 of file highlighter.cpp.
|
virtual |
Implements wb::visitor.
Definition at line 267 of file highlighter.cpp.
References display::add_exclusive_draw(), wb::move::ARROW_BRIGHTNESS_FOCUS, wb::highlighter::exclusive_display_hexes_, wb::move::get_arrow(), wb::move::get_fake_unit(), display::get_singleton(), highlighter_, wb::highlighter::last_action_redraw(), and wb::move::set_arrow_brightness().
|
inlinevirtual |
Implements wb::visitor.
Definition at line 101 of file highlighter.hpp.
|
virtual |
Implements wb::visitor.
Definition at line 289 of file highlighter.cpp.
References display::add_exclusive_draw(), wb::recruit::get_fake_unit(), and display::get_singleton().
|
inlinevirtual |
Implements wb::visitor.
Definition at line 102 of file highlighter.hpp.
|
private |
Definition at line 104 of file highlighter.hpp.
Referenced by visit().