#include <overlay.hpp>
Public Member Functions | |
| overlay (const std::string &img, const std::string &halo_img, const std::string &overlay_team_name, const std::string &item_id, const bool fogged, float submerge, float item_z_order=0) | |
| 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 |
| float | submerge |
| float | z_order |
Definition at line 20 of file overlay.hpp.
|
inline |
Definition at line 23 of file overlay.hpp.
|
inline |
Definition at line 42 of file overlay.hpp.
| std::string overlay::halo |
Definition at line 56 of file overlay.hpp.
Referenced by display::remove_single_overlay(), editor::item_palette::setup_item(), and editor::map_context::to_config().
| halo::handle overlay::halo_handle |
Definition at line 61 of file overlay.hpp.
| std::string overlay::id |
Definition at line 59 of file overlay.hpp.
Referenced by editor::item_palette::get_id(), display::remove_single_overlay(), and editor::map_context::to_config().
| std::string overlay::image |
Definition at line 55 of file overlay.hpp.
Referenced by display::remove_single_overlay(), editor::mouse_action_item::set_item_mouse_overlay(), editor::item_palette::setup_item(), and editor::map_context::to_config().
| t_string overlay::name |
Definition at line 58 of file overlay.hpp.
Referenced by editor::item_palette::get_help_string(), editor::item_palette::setup_item(), and editor::map_context::to_config().
| float overlay::submerge |
Definition at line 63 of file overlay.hpp.
Referenced by editor::map_context::to_config().
| std::string overlay::team_name |
Definition at line 57 of file overlay.hpp.
Referenced by editor::map_context::to_config().
| bool overlay::visible_in_fog |
Definition at line 62 of file overlay.hpp.
Referenced by editor::map_context::to_config().
| float overlay::z_order |
Definition at line 64 of file overlay.hpp.