The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Macros | Variables
editor_common.hpp File Reference

Main (common) editor header. More...

#include "exceptions.hpp"
#include "log.hpp"
Include dependency graph for editor_common.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  editor::editor_exception
 
struct  editor::editor_logic_exception
 

Namespaces

 editor
 Manage the empty-palette in the editor.
 

Macros

#define DBG_ED   LOG_STREAM_INDENT(debug, log_editor)
 
#define LOG_ED   LOG_STREAM_INDENT(info, log_editor)
 
#define WRN_ED   LOG_STREAM_INDENT(warn, log_editor)
 
#define ERR_ED   LOG_STREAM_INDENT(err, log_editor)
 
#define SCOPE_ED   log_scope2(log_editor, __func__)
 

Variables

lg::log_domain log_editor
 

Detailed Description

Main (common) editor header.

Contains forward declarations for most classes, logging macro definitions and base exception declarations

Definition in file editor_common.hpp.

Macro Definition Documentation

#define DBG_ED   LOG_STREAM_INDENT(debug, log_editor)
#define ERR_ED   LOG_STREAM_INDENT(err, log_editor)
#define LOG_ED   LOG_STREAM_INDENT(info, log_editor)
#define SCOPE_ED   log_scope2(log_editor, __func__)

Definition at line 32 of file editor_common.hpp.

Referenced by editor::editor_controller::execute_command().

#define WRN_ED   LOG_STREAM_INDENT(warn, log_editor)

Variable Documentation

lg::log_domain log_editor