Freeciv-3.2
Loading...
Searching...
No Matches
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
16extern "C" {
17#include "messagedlg_g.h"
18}
19
20// Qt
21#include <QWidget>
22
23class QTableWidget;
24class QGridLayout;
25
26/**************************************************************************
27 Widget for displaying messages options
28**************************************************************************/
29class message_dlg : public QWidget
30{
32 QTableWidget *msgtab;
34public:
37 void fill_data();
38private slots:
39 void apply_changes();
40 void cancel_changes();
41};
42
44
45#endif // FC__MESSAGEDLG_H
void cancel_changes()
void apply_changes()
QTableWidget * msgtab
Definition messagedlg.h:32
QGridLayout * layout
Definition messagedlg.h:33
void fill_data()
char * incite_cost
Definition comments.c:75
void popup_messageopt_dialog(void)
Definition messagedlg.c:51
struct player_slot * slots
Definition player.c:51