The Battle for Wesnoth
1.19.5+dev
gui
dialogs
editor
new_map.cpp
Go to the documentation of this file.
1
/*
2
Copyright (C) 2008 - 2024
3
by Mark de Wever <koraq@xs4all.nl>
4
Part of the Battle for Wesnoth Project https://www.wesnoth.org/
5
6
This program is free software; you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation; either version 2 of the License, or
9
(at your option) any later version.
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY.
12
13
See the COPYING file for more details.
14
*/
15
16
#define GETTEXT_DOMAIN "wesnoth-editor"
17
18
#include "
gui/dialogs/editor/new_map.hpp
"
19
20
21
namespace
gui2::dialogs
22
{
23
24
REGISTER_DIALOG
(editor_new_map)
25
26
editor_new_map
::
editor_new_map
(const
t_string
& title,
int
& width,
int
& height)
27
:
modal_dialog
(window_id())
28
{
29
register_label(
"title"
,
true
, title);
30
31
register_integer(
"width"
,
true
, width);
32
register_integer(
"height"
,
true
, height);
33
}
34
35
}
// namespace dialogs
gui2::dialogs::editor_new_map
Definition:
new_map.hpp:26
gui2::dialogs::modal_dialog
Abstract base class for all modal dialogs.
Definition:
modal_dialog.hpp:146
t_string
Definition:
tstring.hpp:131
gui2::dialogs
Definition:
achievements_dialog.cpp:36
gui2::dialogs::REGISTER_DIALOG
REGISTER_DIALOG(editor_edit_unit)
new_map.hpp
Generated by
1.9.1