#include <overlay.hpp>
Public Member Functions | |
overlay (const std::string &img, const std::string &halo_img, halo::handle handle, const std::string &overlay_team_name, const std::string &item_id, const bool fogged) | |
overlay (const config &cfg) | |
Public Attributes | |
std::string | image |
std::string | halo |
std::string | team_name |
t_string | name |
std::string | id |
halo::handle | halo_handle |
bool | visible_in_fog |
Definition at line 20 of file overlay.hpp.
|
inline |
Definition at line 23 of file overlay.hpp.
|
inline |
Definition at line 29 of file overlay.hpp.
std::string overlay::halo |
Definition at line 37 of file overlay.hpp.
Referenced by editor::mouse_action_item::click_left(), and editor::item_palette::draw_item().
halo::handle overlay::halo_handle |
Definition at line 42 of file overlay.hpp.
std::string overlay::id |
Definition at line 40 of file overlay.hpp.
Referenced by editor::item_palette::get_id().
std::string overlay::image |
Definition at line 36 of file overlay.hpp.
Referenced by editor::mouse_action_item::click_left(), editor::item_palette::draw_item(), and editor::mouse_action_item::set_item_mouse_overlay().
t_string overlay::name |
Definition at line 39 of file overlay.hpp.
Referenced by editor::item_palette::draw_item(), and editor::item_palette::get_help_string().
std::string overlay::team_name |
Definition at line 38 of file overlay.hpp.
Referenced by display::parse_team_overlays().
bool overlay::visible_in_fog |
Definition at line 43 of file overlay.hpp.