![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <fc_config.h>#include <cstdlib>#include <QApplication>#include <QCommandLineParser>#include "fciconv.h"#include "fcintl.h"#include "log.h"#include "version.h"#include "fc_interface.h"#include "game.h"#include "sernet.h"#include "settings.h"#include "tools_fc_interface.h"#include "comments.h"#include "ruledit_qt.h"#include "ruledit.h"
Include dependency graph for ruledit.cpp:Go to the source code of this file.
Functions | |
| static void | re_parse_cmdline (const QCoreApplication &app) |
| Parse freeciv-ruledit commandline. More... | |
| int | main (int argc, char **argv) |
| Main entry point for freeciv-ruledit. More... | |
| void | show_experimental (QWidget *wdg) |
| Show widget if experimental features enabled, hide otherwise. More... | |
Variables | |
| struct ruledit_arguments | reargs |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main entry point for freeciv-ruledit.
Definition at line 57 of file ruledit.cpp.
|
static |
Parse freeciv-ruledit commandline.
Definition at line 127 of file ruledit.cpp.
Referenced by main().
| void show_experimental | ( | QWidget * | wdg | ) |
Show widget if experimental features enabled, hide otherwise.
Definition at line 163 of file ruledit.cpp.
Referenced by tab_building::tab_building(), tab_enabler::tab_enabler(), tab_extras::tab_extras(), tab_good::tab_good(), tab_gov::tab_gov(), tab_misc::tab_misc(), tab_multiplier::tab_multiplier(), tab_tech::tab_tech(), tab_terrains::tab_terrains(), and tab_unit::tab_unit().
| struct ruledit_arguments reargs |
Definition at line 50 of file ruledit.cpp.
Referenced by re_parse_cmdline(), and ruledit_gui::ruledit_gui().