Freeciv-3.2
Loading...
Searching...
No Matches
helpeditor.h
Go to the documentation of this file.
1/***********************************************************************
2 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
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
14#ifndef FC__HELPEDITOR_H
15#define FC__HELPEDITOR_H
16
17#ifdef HAVE_CONFIG_H
18#include <fc_config.h>
19#endif
20
21// Qt
22#include <QDialog>
23#include <QTextEdit>
24
25class ruledit_gui;
26class values_dlg;
27
28class helpeditor : public QDialog
29{
31
32 public:
34 void close();
35
36 private:
39
41
42 private slots:
43 void close_now();
44};
45
46
47#endif // FC__HELPEDITOR_H
void close_now()
void close()
struct strvec * helptext
Definition helpeditor.h:37
QTextEdit ** helps
Definition helpeditor.h:40
values_dlg * pdlg
Definition helpeditor.h:38
char * incite_cost
Definition comments.c:75
struct player_slot * slots
Definition player.c:51