Freeciv-3.2
Loading...
Searching...
No Matches
edit_extra.h
Go to the documentation of this file.
1/***********************************************************************
2 Freeciv - Copyright (C) 2023 The Freeciv Team
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__EDIT_EXTRA_H
15#define FC__EDIT_EXTRA_H
16
17#ifdef HAVE_CONFIG_H
18#include <fc_config.h>
19#endif
20
21// Qt
22#include <QDialog>
23
24class QGridLayout;
25class QLineEdit;
26class QSpinBox;
27
28class ruledit_gui;
29
30class edit_extra : public QDialog
31{
33
34 public:
36 void refresh();
37
38 private:
41 QLineEdit *gfx_tag;
42 QLineEdit *gfx_tag_alt;
43 QLineEdit *act_gfx;
44 QLineEdit *act_gfx_alt;
45 QLineEdit *act_gfx_alt2;
46 QLineEdit *rmact_gfx;
47 QLineEdit *rmact_gfx_alt;
48 QLineEdit *rmact_gfx_alt2;
49
52
53 protected:
55
56 private slots:
57 void gfx_tag_given();
58 void gfx_tag_alt_given();
59 void act_gfx_given();
60 void act_gfx_alt_given();
61 void act_gfx_alt2_given();
62 void rmact_gfx_given();
65};
66
67#endif // FC__EDIT_EXTRA_H
void rmact_gfx_alt2_given()
QGridLayout * flag_layout
Definition edit_extra.h:51
void rmact_gfx_given()
void act_gfx_alt2_given()
void refresh()
QLineEdit * act_gfx_alt2
Definition edit_extra.h:45
void gfx_tag_alt_given()
void closeEvent(QCloseEvent *cevent)
void rmact_gfx_alt_given()
QLineEdit * rmact_gfx_alt2
Definition edit_extra.h:48
QLineEdit * gfx_tag
Definition edit_extra.h:41
struct extra_type * extra
Definition edit_extra.h:40
QLineEdit * gfx_tag_alt
Definition edit_extra.h:42
QLineEdit * rmact_gfx
Definition edit_extra.h:46
QLineEdit * rmact_gfx_alt
Definition edit_extra.h:47
QLineEdit * act_gfx
Definition edit_extra.h:43
QGridLayout * natives_layout
Definition edit_extra.h:50
ruledit_gui * ui
Definition edit_extra.h:39
void act_gfx_given()
void gfx_tag_given()
QLineEdit * act_gfx_alt
Definition edit_extra.h:44
void act_gfx_alt_given()
char * incite_cost
Definition comments.c:74
struct player_slot * slots
Definition player.c:51