Freeciv-3.2
Loading...
Searching...
No Matches
tools
ruledit
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
25
class
ruledit_gui
;
26
class
values_dlg
;
27
28
class
helpeditor
:
public
QDialog
29
{
30
Q_OBJECT
31
32
public
:
33
explicit
helpeditor
(
values_dlg
*
parent_dlg
,
struct
strvec
*
helptext_in
);
34
void
close
();
35
36
private
:
37
struct
strvec
*
helptext
;
38
values_dlg
*
pdlg
;
39
40
QTextEdit
**
helps
;
41
42
private
slots
:
43
void
close_now
();
44
};
45
46
47
#endif
// FC__HELPEDITOR_H
helpeditor
Definition
helpeditor.h:29
helpeditor::close_now
void close_now()
Definition
helpeditor.cpp:86
helpeditor::close
void close()
Definition
helpeditor.cpp:64
helpeditor::helptext
struct strvec * helptext
Definition
helpeditor.h:37
helpeditor::helps
QTextEdit ** helps
Definition
helpeditor.h:40
helpeditor::pdlg
values_dlg * pdlg
Definition
helpeditor.h:38
ruledit_gui
Definition
ruledit_qt.h:97
values_dlg
Definition
values_dlg.h:28
incite_cost
char * incite_cost
Definition
comments.c:75
slots
struct player_slot * slots
Definition
player.c:51
strvec
Definition
string_vector.c:29
Generated on Sun Dec 22 2024 23:00:34 for Freeciv-3.2 by
1.9.8