This is the complete list of members for editor::editor_map, including all inherited members.
add_to_selection(const map_location &loc) | editor::editor_map | |
border_size() const | gamemap | inline |
clear_border_cache() | gamemap | inlineprotected |
clear_selection() | editor::editor_map | |
clone_column(int x, const t_translation::t_terrain &filler) | editor::editor_map | protected |
default_border | gamemap | static |
editor_map(const config &terrain_cfg) | editor::editor_map | explicit |
editor_map(const config &terrain_cfg, const std::string &data) | editor::editor_map | |
editor_map(const config &terrain_cfg, size_t width, size_t height, const t_translation::t_terrain &filler) | editor::editor_map | |
editor_map(const gamemap &map) | editor::editor_map | explicit |
empty() const | gamemap | inline |
everything_selected() const | editor::editor_map | |
expand_bottom(int count, const t_translation::t_terrain &filler) | editor::editor_map | protected |
expand_left(int count, const t_translation::t_terrain &filler) | editor::editor_map | protected |
expand_right(int count, const t_translation::t_terrain &filler) | editor::editor_map | protected |
expand_top(int count, const t_translation::t_terrain &filler) | editor::editor_map | protected |
from_string(const config &terrain_cfg, const std::string &data) | editor::editor_map | static |
gamemap(const tdata_cache &tdata, const std::string &data) | gamemap | |
gamemap(const tdata_cache &tdata, const config &level) | gamemap | |
get_contiguous_terrain_tiles(const map_location &start) const | editor::editor_map | |
get_terrain(const map_location &loc) const | gamemap | |
get_terrain_editor_string(const map_location &loc) const | gamemap | |
get_terrain_editor_string(const t_translation::t_terrain &terrain) const | gamemap | |
get_terrain_info(const t_translation::t_terrain &terrain) const | gamemap | |
get_terrain_info(const map_location &loc) const | gamemap | |
get_terrain_list() const | gamemap | |
get_terrain_string(const map_location &loc) const | gamemap | |
get_terrain_string(const t_translation::t_terrain &terrain) const | gamemap | |
get_underlying_terrain_string(const t_translation::t_terrain &terrain) const | gamemap | |
get_weighted_terrain_frequencies() const | gamemap | |
gives_healing(const map_location &loc) const | gamemap | |
gives_healing(const t_translation::t_terrain &terrain) const | gamemap | |
h() const | gamemap | inline |
h_ | gamemap | protected |
in_selection(const map_location &loc) const | editor::editor_map | |
invert_selection() | editor::editor_map | |
is_castle(const map_location &loc) const | gamemap | |
is_castle(const t_translation::t_terrain &terrain) const | gamemap | |
is_keep(const map_location &loc) const | gamemap | |
is_keep(const t_translation::t_terrain &terrain) const | gamemap | |
is_starting_position(const map_location &loc) const | gamemap | |
is_village(const map_location &loc) const | gamemap | |
is_village(const t_translation::t_terrain &terrain) const | gamemap | |
mask_to(const gamemap &target) const | editor::editor_map | |
MAX_PLAYERS enum value | gamemap | |
num_valid_starting_positions() const | gamemap | |
on_board(const map_location &loc) const | gamemap | |
on_board_with_border(const map_location &loc) const | gamemap | |
operator[](const map_location &loc) const | gamemap | inline |
overlay(const gamemap &m, const config &rules, int x=0, int y=0, bool border=false) | gamemap | |
parse_location_range(const std::string &xvals, const std::string &yvals, bool with_border=false) const | gamemap | |
read(const std::string &data, const bool allow_invalid=true, const int border_size=1) | gamemap | |
remove_from_border_cache(const map_location &loc) | gamemap | inline |
remove_from_selection(const map_location &loc) | editor::editor_map | |
resize(int width, int height, int x_offset, int y_offset, const t_translation::t_terrain &filler=t_translation::NONE_TERRAIN) | editor::editor_map | |
same_size_as(const gamemap &other) const | editor::editor_map | |
sanity_check() | editor::editor_map | |
select_all() | editor::editor_map | |
selection() const | editor::editor_map | inline |
selection_ | editor::editor_map | protected |
set_selection(const std::set< map_location > &area) | editor::editor_map | |
set_special_location(const std::string &id, const map_location &loc) | gamemap | |
set_starting_position(int side, const map_location &loc) | gamemap | |
set_starting_position_labels(display &disp) | editor::editor_map | |
set_terrain(const map_location &loc, const t_translation::t_terrain &terrain, const terrain_type_data::tmerge_mode mode=terrain_type_data::BOTH, bool replace_if_failed=false) | gamemap | |
shrink_bottom(int count) | editor::editor_map | protected |
shrink_left(int count) | editor::editor_map | protected |
shrink_right(int count) | editor::editor_map | protected |
shrink_top(int count) | editor::editor_map | protected |
special_location(const std::string &id) const | gamemap | |
special_locations() const | gamemap | inline |
starting_position(int side) const | gamemap | |
starting_positions_ | gamemap | protected |
tdata() const | gamemap | inline |
tiles_ | gamemap | protected |
total_height() const | gamemap | inline |
total_height_ | gamemap | protected |
total_width() const | gamemap | inline |
total_width_ | gamemap | protected |
tstarting_positions typedef | gamemap | |
underlying_def_terrain(const map_location &loc) const | gamemap | |
underlying_def_terrain(const t_translation::t_terrain &terrain) const | gamemap | |
underlying_mvt_terrain(const map_location &loc) const | gamemap | |
underlying_mvt_terrain(const t_translation::t_terrain &terrain) const | gamemap | |
underlying_union_terrain(const map_location &loc) const | gamemap | |
underlying_union_terrain(const t_translation::t_terrain &terrain) const | gamemap | |
villages() const | gamemap | inline |
w() const | gamemap | inline |
w_ | gamemap | protected |
write() const | gamemap | |
write_terrain(const map_location &loc, config &cfg) const | gamemap | |
~editor_map() | editor::editor_map | |
~gamemap() | gamemap | virtual |