Home
last modified time | relevance | path

Searched refs:map_context (Results 1 – 25 of 140) sorted by relevance

123456

/dports/games/wesnoth/wesnoth-1.14.17/src/editor/map/
H A Dmap_context.cpp56 map_context::map_context(const editor_map& map, bool pure_map, const config& schedule) in map_context() function in editor::map_context
88 map_context::map_context(const config& game_config, const std::string& filename) in map_context() function in editor::map_context
224 map_context::~map_context() in ~map_context()
230 void map_context::new_side() in new_side()
409 void map_context::draw_terrain( in draw_terrain()
470 config map_context::to_config() in to_config()
577 bool map_context::save_scenario() in save_scenario()
625 bool map_context::save_map() in save_map()
764 void map_context::undo() in undo()
778 void map_context::redo() in redo()
[all …]
H A Dmap_context.hpp55 class map_context : public display_context class
58 map_context(const map_context&) = delete;
59 map_context& operator=(const map_context&) = delete;
66 explicit map_context(const editor_map& map, bool pure_map, const config& schedule);
76 map_context(const config& game_config, const std::string& filename);
81 virtual ~map_context();
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/action/
H A Daction_select.hpp48 editor_action* perform(map_context& mc) const;
50 void perform_without_undo(map_context& mc) const;
72 editor_action* perform(map_context& mc) const;
74 void perform_without_undo(map_context& mc) const;
93 editor_action_select* perform(map_context& mc) const;
95 void perform_without_undo(map_context& mc) const;
114 editor_action_select* perform(map_context& mc) const;
116 void perform_without_undo(map_context& mc) const;
135 editor_action_select_inverse* perform(map_context& mc) const;
137 void perform_without_undo(map_context& mc) const;
H A Daction.hpp48 void perform_without_undo(map_context& m) const;
173 void perform_without_undo(map_context& m) const;
269 void perform_without_undo(map_context& mc) const;
300 void perform_without_undo(map_context& mc) const;
328 void perform_without_undo(map_context& mc) const;
352 editor_action* perform(map_context& mc) const;
354 void perform_without_undo(map_context& mc) const;
386 void perform_without_undo(map_context& mc) const;
411 void perform_without_undo(map_context& mc) const;
430 void perform_without_undo(map_context& mc) const;
[all …]
H A Daction_item.cpp31 editor_action* editor_action_item::perform(map_context& mc) const in IMPLEMENT_ACTION()
38 void editor_action_item::perform_without_undo(map_context& /*mc*/) const in perform_without_undo()
48 editor_action* editor_action_item_delete::perform(map_context& /*mc*/) const in IMPLEMENT_ACTION()
62 void editor_action_item_delete::perform_without_undo(map_context& /*mc*/) const in perform_without_undo()
74 editor_action* editor_action_item_replace::perform(map_context& mc) const in IMPLEMENT_ACTION()
82 void editor_action_item_replace::perform_without_undo(map_context& /*mc*/) const in perform_without_undo()
108 editor_action* editor_action_item_facing::perform(map_context& mc) const in IMPLEMENT_ACTION()
115 void editor_action_item_facing::perform_without_undo(map_context& /*mc*/) const in perform_without_undo()
H A Daction_item.hpp51 editor_action* perform(map_context& mc) const;
53 void perform_without_undo(map_context& mc) const;
76 editor_action* perform(map_context& mc) const;
78 void perform_without_undo(map_context& mc) const;
96 editor_action* perform(map_context& mc) const;
98 void perform_without_undo(map_context& mc) const;
121 editor_action* perform(map_context& mc) const;
123 void perform_without_undo(map_context& mc) const;
H A Daction_unit.hpp49 editor_action* perform(map_context& mc) const;
51 void perform_without_undo(map_context& mc) const;
74 editor_action* perform(map_context& mc) const;
76 void perform_without_undo(map_context& mc) const;
94 editor_action* perform(map_context& mc) const;
96 void perform_without_undo(map_context& mc) const;
119 editor_action* perform(map_context& mc) const;
121 void perform_without_undo(map_context& mc) const;
H A Daction.cpp63 editor_action* editor_action::perform(map_context& mc) const in perform()
72 void editor_action_whole_map::perform_without_undo(map_context& mc) const in IMPLEMENT_ACTION()
162 editor_action_chain* editor_action_chain::perform(map_context& mc) const in perform()
174 void editor_action_chain::perform_without_undo(map_context& mc) const in perform_without_undo()
195 editor_action_paste* editor_action_paste::perform(map_context& mc) const in perform()
204 void editor_action_paste::perform_without_undo(map_context& mc) const in perform_without_undo()
222 void editor_action_paint_area::perform_without_undo(map_context& mc) const in perform_without_undo()
242 void editor_action_fill::perform_without_undo(map_context& mc) const in perform_without_undo()
296 void editor_action_resize_map::perform_without_undo(map_context& mc) const in IMPLEMENT_ACTION()
304 void editor_action_apply_mask::perform_without_undo(map_context& mc) const in IMPLEMENT_ACTION()
[all …]
H A Daction_select.cpp36 editor_action* editor_action_select::perform(map_context& mc) const in perform()
48 void editor_action_select::perform_without_undo(map_context& mc) const in perform_without_undo()
69 editor_action* editor_action_deselect::perform(map_context& mc) const in perform()
83 void editor_action_deselect::perform_without_undo(map_context& mc) const in perform_without_undo()
93 editor_action_select* editor_action_select_all::perform(map_context& mc) const in IMPLEMENT_ACTION()
108 void editor_action_select_all::perform_without_undo(map_context& mc) const in perform_without_undo()
116 editor_action_select* editor_action_select_none::perform(map_context& mc) const in IMPLEMENT_ACTION()
124 void editor_action_select_none::perform_without_undo(map_context& mc) const in perform_without_undo()
132 editor_action_select_inverse* editor_action_select_inverse::perform(map_context& mc) const in IMPLEMENT_ACTION()
138 void editor_action_select_inverse::perform_without_undo(map_context& mc) const in perform_without_undo()
H A Daction_unit.cpp34 editor_action* editor_action_unit::perform(map_context& mc) const in IMPLEMENT_ACTION()
41 void editor_action_unit::perform_without_undo(map_context& mc) const in perform_without_undo()
50 editor_action* editor_action_unit_delete::perform(map_context& mc) const in IMPLEMENT_ACTION()
65 void editor_action_unit_delete::perform_without_undo(map_context& mc) const in perform_without_undo()
77 editor_action* editor_action_unit_replace::perform(map_context& mc) const in IMPLEMENT_ACTION()
85 void editor_action_unit_replace::perform_without_undo(map_context& mc) const in perform_without_undo()
112 editor_action* editor_action_unit_facing::perform(map_context& mc) const in IMPLEMENT_ACTION()
119 void editor_action_unit_facing::perform_without_undo(map_context& mc) const in perform_without_undo()
H A Daction_village.hpp47 editor_action* perform(map_context& mc) const;
49 void perform_without_undo(map_context& mc) const;
72 editor_action* perform(map_context& mc) const;
74 void perform_without_undo(map_context& mc) const;
H A Daction_label.hpp62 editor_action* perform(map_context& mc) const;
64 void perform_without_undo(map_context& mc) const;
92 editor_action* perform(map_context& mc) const;
94 void perform_without_undo(map_context& mc) const;
H A Daction_label.cpp29 editor_action* editor_action_label::perform(map_context& mc) const in IMPLEMENT_ACTION()
53 void editor_action_label::perform_without_undo(map_context& mc) const in perform_without_undo()
61 editor_action* editor_action_label_delete::perform(map_context& mc) const in IMPLEMENT_ACTION()
86 void editor_action_label_delete::perform_without_undo(map_context& mc) const in perform_without_undo()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/modules/
H A Dldb_map_inbound.c188 struct map_context *ac; in map_add_do_remote()
205 struct map_context *ac; in map_add_do_local()
224 struct map_context *ac; in map_add()
318 struct map_context *ac; in map_modify_do_remote()
335 struct map_context *ac; in map_modify_do_local()
377 struct map_context *ac; in map_modify()
474 struct map_context *ac; in map_delete_do_remote()
491 struct map_context *ac; in map_delete_do_local()
514 struct map_context *ac; in map_delete()
585 struct map_context *ac; in map_rename_do_remote()
[all …]
H A Dldb_map_private.h17 struct map_context { struct
55 struct map_context *ac; argument
66 struct map_search_context *map_init_search_context(struct map_context *ac, struct ldb_reply *ares);
89 struct ldb_request *map_search_base_req(struct map_context *ac, struct ldb_dn *dn, const char * con…
90 struct ldb_request *map_search_self_req(struct map_context *ac, struct ldb_dn *dn);
91 struct ldb_request *map_build_fixup_req(struct map_context *ac, struct ldb_dn *olddn, struct ldb_dn…
/dports/net/samba412/samba-4.12.15/lib/ldb/ldb_map/
H A Dldb_map_inbound.c197 static int map_add_do_local(struct map_context *ac);
214 struct map_context *ac; in map_search_self_callback()
276 struct map_context *ac, in map_search_self_req()
305 struct map_context *ac; in map_op_local_callback()
340 struct map_context *ac; in map_op_remote_callback()
375 struct map_context *ac; in ldb_map_add()
451 static int map_add_do_local(struct map_context *ac) in map_add_do_local()
484 struct map_context *ac; in ldb_map_modify()
618 struct map_context *ac; in ldb_map_delete()
706 struct map_context *ac; in ldb_map_rename()
[all …]
H A Dldb_map_private.h26 struct map_context { struct
52 struct map_context *map_init_context(struct ldb_module *module, argument
75 struct ldb_request *map_search_base_req(struct map_context *ac,
81 struct ldb_request *map_build_fixup_req(struct map_context *ac,
96 int map_return_entry(struct map_context *ac, struct ldb_reply *ares);
/dports/databases/ldb20/ldb-2.0.10/ldb_map/
H A Dldb_map_inbound.c197 static int map_add_do_local(struct map_context *ac);
214 struct map_context *ac; in map_search_self_callback()
276 struct map_context *ac, in map_search_self_req()
305 struct map_context *ac; in map_op_local_callback()
340 struct map_context *ac; in map_op_remote_callback()
375 struct map_context *ac; in ldb_map_add()
451 static int map_add_do_local(struct map_context *ac) in map_add_do_local()
484 struct map_context *ac; in ldb_map_modify()
618 struct map_context *ac; in ldb_map_delete()
706 struct map_context *ac; in ldb_map_rename()
[all …]
H A Dldb_map_private.h26 struct map_context {
52 struct map_context *map_init_context(struct ldb_module *module,
75 struct ldb_request *map_search_base_req(struct map_context *ac,
81 struct ldb_request *map_build_fixup_req(struct map_context *ac,
96 int map_return_entry(struct map_context *ac, struct ldb_reply *ares);
/dports/databases/ldb15/ldb-1.5.6/ldb_map/
H A Dldb_map_inbound.c197 static int map_add_do_local(struct map_context *ac);
214 struct map_context *ac; in map_search_self_callback()
276 struct map_context *ac, in map_search_self_req()
305 struct map_context *ac; in map_op_local_callback()
340 struct map_context *ac; in map_op_remote_callback()
375 struct map_context *ac; in ldb_map_add()
451 static int map_add_do_local(struct map_context *ac) in map_add_do_local()
484 struct map_context *ac; in ldb_map_modify()
618 struct map_context *ac; in ldb_map_delete()
706 struct map_context *ac; in ldb_map_rename()
[all …]
H A Dldb_map_private.h26 struct map_context {
52 struct map_context *map_init_context(struct ldb_module *module,
75 struct ldb_request *map_search_base_req(struct map_context *ac,
81 struct ldb_request *map_build_fixup_req(struct map_context *ac,
96 int map_return_entry(struct map_context *ac, struct ldb_reply *ares);
/dports/databases/ldb21/ldb-2.1.5/ldb_map/
H A Dldb_map_inbound.c197 static int map_add_do_local(struct map_context *ac);
214 struct map_context *ac; in map_search_self_callback()
276 struct map_context *ac, in map_search_self_req()
305 struct map_context *ac; in map_op_local_callback()
340 struct map_context *ac; in map_op_remote_callback()
375 struct map_context *ac; in ldb_map_add()
451 static int map_add_do_local(struct map_context *ac) in map_add_do_local()
484 struct map_context *ac; in ldb_map_modify()
618 struct map_context *ac; in ldb_map_delete()
706 struct map_context *ac; in ldb_map_rename()
[all …]
H A Dldb_map_private.h26 struct map_context { struct
52 struct map_context *map_init_context(struct ldb_module *module, argument
75 struct ldb_request *map_search_base_req(struct map_context *ac,
81 struct ldb_request *map_build_fixup_req(struct map_context *ac,
96 int map_return_entry(struct map_context *ac, struct ldb_reply *ares);
/dports/databases/ldb22/ldb-2.2.1/ldb_map/
H A Dldb_map_inbound.c197 static int map_add_do_local(struct map_context *ac);
214 struct map_context *ac; in map_search_self_callback()
276 struct map_context *ac, in map_search_self_req()
305 struct map_context *ac; in map_op_local_callback()
340 struct map_context *ac; in map_op_remote_callback()
375 struct map_context *ac; in ldb_map_add()
451 static int map_add_do_local(struct map_context *ac) in map_add_do_local()
484 struct map_context *ac; in ldb_map_modify()
618 struct map_context *ac; in ldb_map_delete()
706 struct map_context *ac; in ldb_map_rename()
[all …]
H A Dldb_map_private.h26 struct map_context { struct
52 struct map_context *map_init_context(struct ldb_module *module, argument
75 struct ldb_request *map_search_base_req(struct map_context *ac,
81 struct ldb_request *map_build_fixup_req(struct map_context *ac,
96 int map_return_entry(struct map_context *ac, struct ldb_reply *ares);

123456