Home
last modified time | relevance | path

Searched defs:editor_display (Results 1 – 9 of 9) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/editor/action/mouse/
H A Dmouse_action.cpp46 editor_display& /*disp*/, const map_location& hex) in affected_hexes() argument
53 editor_action* mouse_action::drag_left(editor_display& /*disp*/, in drag_left() argument
59 editor_action* mouse_action::drag_right(editor_display& /*disp*/, in drag_right() argument
66 editor_display& /*disp*/, int /*x*/, int /*y*/) in drag_end_left() argument
72 editor_display& /*disp*/, int /*x*/, int /*y*/) in drag_end_right() argument
78 editor_display& /*disp*/, int /*x*/, int /*y*/) in up_right() argument
84 editor_display& /*disp*/, int /*x*/, int /*y*/) in up_left() argument
199 editor_display& /*disp*/, const map_location& hex) in affected_hexes() argument
231 editor_display& /*disp*/, int /*x*/, int /*y*/) in drag_end() argument
284 editor_display& /*disp*/, const std::set<map_location>& hexes) in click_perform_left() argument
[all …]
H A Dmouse_action_select.cpp41 editor_display& /*disp*/, const std::set<map_location>& hexes) in click_perform_left() argument
50 editor_display& /*disp*/, const std::set<map_location>& /*hexes*/) in click_perform_right() argument
55 editor_action* mouse_action_select::click_right(editor_display& /*disp*/, int /*x*/, int /*y*/) in click_right() argument
H A Dmouse_action_village.hpp39 editor_action* click_left(editor_display& /*disp*/, int /*x*/, int /*y*/) {return nullptr;} in click_left() argument
49 editor_action* click_right(editor_display& /*disp*/, int /*x*/, int /*y*/) {return nullptr;} in click_right() argument
H A Dmouse_action_unit.hpp62 editor_action* click_right(editor_display& /*disp*/, int /*x*/, int /*y*/) { in click_right() argument
H A Dmouse_action_item.hpp62 editor_action* click_right(editor_display& /*disp*/, int /*x*/, int /*y*/) { in click_right() argument
H A Dmouse_action_map_label.cpp94 editor_action* mouse_action_map_label::click_right(editor_display& /*disp*/, int /*x*/, int /*y*/) in click_right() argument
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/
H A Deditor_display.hpp22 class editor_display : public display class
H A Deditor_display.cpp30 editor_display::editor_display(editor_controller& controller, reports& reports_object, const config… in editor_display() function in editor::editor_display
/dports/editors/mle/mle-1.4.3/
H A Deditor.c531 int editor_display(editor_t *editor) { in editor_display() function