Main (common) editor header. More...
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__) |
Typedefs | |
using | editor::action_stack = std::deque< std::unique_ptr< editor_action > > |
Action stack typedef. More... | |
Variables | |
lg::log_domain | log_editor |
Main (common) editor header.
Contains forward declarations for most classes, logging macro definitions and base exception declarations
Definition in file editor_common.hpp.
#define DBG_ED LOG_STREAM_INDENT(debug, log_editor) |
Definition at line 31 of file editor_common.hpp.
#define ERR_ED LOG_STREAM_INDENT(err, log_editor) |
Definition at line 34 of file editor_common.hpp.
#define LOG_ED LOG_STREAM_INDENT(info, log_editor) |
Definition at line 32 of file editor_common.hpp.
#define SCOPE_ED log_scope2(log_editor, __func__) |
Definition at line 35 of file editor_common.hpp.
#define WRN_ED LOG_STREAM_INDENT(warn, log_editor) |
Definition at line 33 of file editor_common.hpp.
|
extern |
Referenced by editor::map_context::map_context().