The Battle for Wesnoth
1.19.5+dev
gui
dialogs
multiplayer
mp_host_game_prompt.hpp
Go to the documentation of this file.
1
/*
2
Copyright (C) 2012 - 2024
3
by Iris Morelle <shadowm2006@gmail.com>
4
Copyright (C) 2008 - 2018 by Jörg Hinrichs <joerg.hinrichs@alice-dsl.de>
5
Part of the Battle for Wesnoth Project https://www.wesnoth.org/
6
7
This program is free software; you can redistribute it and/or modify
8
it under the terms of the GNU General Public License as published by
9
the Free Software Foundation; either version 2 of the License, or
10
(at your option) any later version.
11
This program is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY.
13
14
See the COPYING file for more details.
15
*/
16
17
#pragma once
18
19
#include "
gui/dialogs/modal_dialog.hpp
"
20
21
namespace
gui2::dialogs
22
{
23
24
class
mp_host_game_prompt
:
public
modal_dialog
25
{
26
public
:
27
mp_host_game_prompt
();
28
29
/** The execute function. See @ref modal_dialog for more information. */
30
DEFINE_SIMPLE_EXECUTE_WRAPPER
(
mp_host_game_prompt
)
31
32
private
:
33
virtual
const
std::string&
window_id
()
const override
;
34
};
35
}
// namespace dialogs
gui2::dialogs::modal_dialog
Abstract base class for all modal dialogs.
Definition:
modal_dialog.hpp:146
gui2::dialogs::mp_host_game_prompt
Definition:
mp_host_game_prompt.hpp:25
gui2::dialogs::mp_host_game_prompt::window_id
virtual const std::string & window_id() const override
The execute function.
gui2::dialogs::mp_host_game_prompt::mp_host_game_prompt
mp_host_game_prompt()
Definition:
mp_host_game_prompt.cpp:42
modal_dialog.hpp
DEFINE_SIMPLE_EXECUTE_WRAPPER
#define DEFINE_SIMPLE_EXECUTE_WRAPPER(dialog)
Adds a bare-bonesstatic execute function to a dialog class that immediately invokes and return the re...
Definition:
modal_dialog.hpp:112
gui2::dialogs
Definition:
achievements_dialog.cpp:36
Generated by
1.9.1