Freeciv21
Develop your civilization from humble roots to a global empire
ruledit_qt.cpp File Reference
#include <fc_config.h>
#include <QApplication>
#include <QCloseEvent>
#include <QLabel>
#include <QLineEdit>
#include <QMainWindow>
#include <QMessageBox>
#include <QPushButton>
#include <QStackedLayout>
#include <QVBoxLayout>
#include "fcintl.h"
#include "log.h"
#include "registry.h"
#include "version.h"
#include "game.h"
#include "ruleset.h"
#include "conversion_log.h"
#include "effect_edit.h"
#include "req_edit.h"
#include "req_vec_fix.h"
#include "requirers_dlg.h"
#include "ruledit.h"
#include "tab_building.h"
#include "tab_enablers.h"
#include "tab_extras.h"
#include "tab_good.h"
#include "tab_gov.h"
#include "tab_misc.h"
#include "tab_multiplier.h"
#include "tab_nation.h"
#include "tab_tech.h"
#include "tab_terrains.h"
#include "tab_unit.h"
#include "ruledit_qt.h"
+ Include dependency graph for ruledit_qt.cpp:

Go to the source code of this file.

Functions

void ruledit_qt_display_requirers (const char *msg, void *data)
 Display requirer list. More...
 
static void conversion_log_cb (const char *msg)
 Ruleset conversion log callback. More...
 

Variables

static ruledit_guigui
 
static conversion_logconvlog
 

Function Documentation

◆ conversion_log_cb()

static void conversion_log_cb ( const char *  msg)
static

Ruleset conversion log callback.

Definition at line 186 of file ruledit_qt.cpp.

Referenced by ruledit_gui::launch_now().

◆ ruledit_qt_display_requirers()

void ruledit_qt_display_requirers ( const char *  msg,
void *  data 
)

Variable Documentation

◆ convlog

conversion_log* convlog
static

Definition at line 62 of file ruledit_qt.cpp.

Referenced by conversion_log_cb(), and ruledit_gui::launch_now().

◆ gui

ruledit_gui* gui
static

Definition at line 61 of file ruledit_qt.cpp.

Referenced by ruledit_gui::ruledit_gui(), and ruledit_qt_display_requirers().