#include "addon/info.hpp"#include "addon/manager.hpp"#include "addon/validation.hpp"#include "cursor.hpp"#include "formula/string_utils.hpp"#include "gettext.hpp"#include "gui/dialogs/message.hpp"#include "log.hpp"#include "serialization/parser.hpp"#include "serialization/string_utils.hpp"#include "addon/client.hpp"
Go to the source code of this file.
Classes | |
| struct | read_addon_connection_data |
| struct | write_addon_connection_data |
Macros | |
| #define | ERR_ADDONS LOG_STREAM(err , log_addons_client) |
| #define | WRN_ADDONS LOG_STREAM(warn, log_addons_client) |
| #define | LOG_ADDONS LOG_STREAM(info, log_addons_client) |
| #define | DBG_ADDONS LOG_STREAM(debug, log_addons_client) |
Variables | |
| static lg::log_domain | log_addons_client ("addons-client") |
| #define DBG_ADDONS LOG_STREAM(debug, log_addons_client) |
Definition at line 33 of file client.cpp.
| #define ERR_ADDONS LOG_STREAM(err , log_addons_client) |
Definition at line 30 of file client.cpp.
Referenced by addons_client::check_connected(), and addons_client::update_last_error().
| #define LOG_ADDONS LOG_STREAM(info, log_addons_client) |
Definition at line 32 of file client.cpp.
Referenced by addons_client::connect(), addons_client::delete_remote_addon(), addons_client::download_addon(), addons_client::install_addon(), and addons_client::upload_addon().
| #define WRN_ADDONS LOG_STREAM(warn, log_addons_client) |
Definition at line 31 of file client.cpp.
Referenced by addons_client::install_addon().
|
static |
1.8.8