Method bodies for the arrow class. More...
Go to the source code of this file.
Macros | |
#define | ERR_ARR LOG_STREAM(err, log_arrows) |
#define | WRN_ARR LOG_STREAM(warn, log_arrows) |
#define | LOG_ARR LOG_STREAM(info, log_arrows) |
#define | DBG_ARR LOG_STREAM(debug, log_arrows) |
#define | SCREEN (static_cast<display*>(resources::screen)) |
Variables | |
static lg::log_domain | log_arrows ("arrows") |
Method bodies for the arrow class.
Definition in file arrow.cpp.
#define DBG_ARR LOG_STREAM(debug, log_arrows) |
#define ERR_ARR LOG_STREAM(err, log_arrows) |
Definition at line 27 of file arrow.cpp.
Referenced by arrow::update_symbols().
#define LOG_ARR LOG_STREAM(info, log_arrows) |
#define SCREEN (static_cast<display*>(resources::screen)) |
Definition at line 32 of file arrow.cpp.
Referenced by arrow::draw_hex(), arrow::hide(), arrow::invalidate_arrow_path(), arrow::notify_arrow_changed(), and arrow::show().
#define WRN_ARR LOG_STREAM(warn, log_arrows) |
Definition at line 28 of file arrow.cpp.
Referenced by arrow::update_symbols().
|
static |