ManaPlus
src
gui
windows
okdialog.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2004-2009 The Mana World Development Team
4
* Copyright (C) 2009-2010 The Mana Developers
5
* Copyright (C) 2011-2019 The ManaPlus Developers
6
*
7
* This file is part of The ManaPlus Client.
8
*
9
* This program is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation; either version 2 of the License, or
12
* any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
18
*
19
* You should have received a copy of the GNU General Public License
20
* along with this program. If not, see <http://www.gnu.org/licenses/>.
21
*/
22
23
#ifndef GUI_WINDOWS_OKDIALOG_H
24
#define GUI_WINDOWS_OKDIALOG_H
25
26
#include "
gui/widgets/window.h
"
27
28
#include "
enums/gui/dialogtype.h
"
29
30
#include "
enums/simpletypes/showcenter.h
"
31
32
#include "
listeners/actionlistener.h
"
33
34
#include "
localconsts.h
"
35
36
class
TextBox
;
37
43
class
OkDialog
final
:
public
Window
,
44
public
ActionListener
45
{
46
public
:
52
OkDialog
(
const
std::string &
restrict
title,
53
const
std::string &
restrict
msg
,
54
const
std::string &
restrict
button,
55
const
DialogTypeT
soundEvent,
56
const
Modal
modal,
57
const
ShowCenter
showCenter,
58
Window
*
const
parent,
59
const
int
minWidth);
60
61
A_DELETE_COPY
(
OkDialog
)
62
63
66
void
action
(
const
ActionEvent
&event)
override
final
;
67
68
private
:
69
TextBox
*
mTextBox
;
70
};
71
72
#endif // GUI_WINDOWS_OKDIALOG_H
OkDialog::mTextBox
TextBox * mTextBox
Definition:
okdialog.h:69
DialogTypeT
DialogType ::T DialogTypeT
Definition:
dialogtype.h:36
ActionEvent
Definition:
actionevent.h:96
showcenter.h
Window
Definition:
window.h:98
A_DELETE_COPY
#define A_DELETE_COPY(func)
Definition:
localconsts.h:52
Actions::msg
bool msg(InputEvent &event)
Definition:
chat.cpp:38
OkDialog
Definition:
okdialog.h:43
dialogtype.h
localconsts.h
bool
ActionListener
Definition:
actionlistener.h:77
final
#define final
Definition:
localconsts.h:45
OkDialog::OkDialog
OkDialog(const std::string &title, const std::string &msg, const std::string &button, const DialogTypeT soundEvent, const Modal modal, const ShowCenter showCenter, Window *const parent, const int minWidth)
Definition:
okdialog.cpp:36
OkDialog::action
void action(const ActionEvent &event)
Definition:
okdialog.cpp:93
actionlistener.h
window.h
restrict
#define restrict
Definition:
localconsts.h:164
TextBox
Definition:
textbox.h:85
Generated on Thu Jun 4 2020 11:57:56 for ManaPlus by
1.8.17