The Battle for Wesnoth  1.19.0-dev
synced_choice_wait.hpp
Go to the documentation of this file.
1 /*
2  Copyright (C) 2014 - 2024
3  by Iris Morelle <shadowm2006@gmail.com>
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 #pragma once
17 
19 #include "synced_user_choice.hpp"
20 #include "generic_event.hpp"
21 namespace gui2
22 {
23 class label;
24 class window;
25 namespace dialogs
26 {
28 {
29 public:
32 
34 
35 private:
38 
39  virtual const std::string& window_id() const override;
40 
41  virtual void pre_show(window& window) override;
42 
43  virtual void handle_generic_event(const std::string& event_name) override;
44 };
45 } // namespace dialogs
46 } // namespace gui2
Abstract base class for all modal dialogs.
virtual void pre_show(window &window) override
Actions to be taken before showing the window.
virtual const std::string & window_id() const override
The ID of the window to build.
synched_choice_wait(user_choice_manager &mgr)
virtual void handle_generic_event(const std::string &event_name) override
A label displays text that can be wrapped but no scrollbars are provided.
Definition: label.hpp:56
base class of top level items, the only item which needs to store the final canvases to draw on.
Definition: window.hpp:63
std::string label
What to show in the filter's drop-down list.
Definition: manager.cpp:209
#define DEFINE_SIMPLE_DISPLAY_WRAPPER(dialog)
Adds a bare-bones static display function to a dialog class that immediately invokes the dialogs's mo...
Various uncategorised dialogs.
Generic file dialog.