The Battle for Wesnoth  1.19.0-dev
Namespaces | Macros | Functions | Variables
editor_main.cpp File Reference
#include "editor/controller/editor_controller.hpp"
#include "addon/validation.hpp"
#include "gettext.hpp"
#include "gui/dialogs/editor/choose_addon.hpp"
#include "gui/dialogs/prompt.hpp"
#include "filesystem.hpp"
#include "editor/action/action_base.hpp"
Include dependency graph for editor_main.cpp:

Go to the source code of this file.

Namespaces

 editor
 Manage the empty-palette in the editor.
 

Macros

#define GETTEXT_DOMAIN   "wesnoth-editor"
 

Functions

std::string editor::initialize_addon ()
 
EXIT_STATUS editor::start (bool clear_id, const std::string &filename="", bool take_screenshot=false, const std::string &screenshot_filename="map_screenshot.png")
 Main interface for launching the editor from the title screen. More...
 

Variables

lg::log_domain log_editor ("editor")
 

Macro Definition Documentation

◆ GETTEXT_DOMAIN

#define GETTEXT_DOMAIN   "wesnoth-editor"

Definition at line 16 of file editor_main.cpp.

Variable Documentation

◆ log_editor

lg::log_domain log_editor("editor") ( "editor"  )