Freeciv-3.3
Loading...
Searching...
No Matches
client
gui-qt
messagedlg.h
Go to the documentation of this file.
1
/***********************************************************************
2
Freeciv - Copyright (C) 2003 - The Freeciv Project
3
This program is free software; you can redistribute it and/or modify
4
it under the terms of the GNU General Public License as published by
5
the Free Software Foundation; either version 2, or (at your option)
6
any later version.
7
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
***********************************************************************/
13
#ifndef FC__MESSAGEDLG_H
14
#define FC__MESSAGEDLG_H
15
16
extern
"C"
{
17
#include "
messagedlg_g.h
"
18
}
19
20
// Qt
21
#include <QWidget>
22
23
class
QTableWidget;
24
class
QGridLayout
;
25
26
/**************************************************************************
27
Widget for displaying messages options
28
**************************************************************************/
29
class
message_dlg
:
public
QWidget
30
{
31
Q_OBJECT
32
QTableWidget *
msgtab
;
33
QGridLayout
*
layout
;
34
public
:
35
message_dlg
();
36
~message_dlg
();
37
void
fill_data
();
38
private
slots
:
39
void
apply_changes
();
40
void
cancel_changes
();
41
};
42
43
void
popup_messageopt_dialog
();
44
45
#endif
// FC__MESSAGEDLG_H
message_dlg
Definition
messagedlg.h:30
message_dlg::message_dlg
message_dlg()
Definition
messagedlg.cpp:38
message_dlg::cancel_changes
void cancel_changes()
Definition
messagedlg.cpp:167
message_dlg::apply_changes
void apply_changes()
Definition
messagedlg.cpp:137
message_dlg::msgtab
QTableWidget * msgtab
Definition
messagedlg.h:32
message_dlg::layout
QGridLayout * layout
Definition
messagedlg.h:33
message_dlg::fill_data
void fill_data()
Definition
messagedlg.cpp:105
message_dlg::~message_dlg
~message_dlg()
Definition
messagedlg.cpp:97
incite_cost
char * incite_cost
Definition
comments.c:76
popup_messageopt_dialog
void popup_messageopt_dialog(void)
Definition
messagedlg.c:51
messagedlg_g.h
slots
struct player_slot * slots
Definition
player.c:51
Generated on Sun Dec 22 2024 22:30:35 for Freeciv-3.3 by
1.9.8