|
KiCad PCB EDA Suite
|
#include "panel_remote_symbol.h"#include <bitmaps.h>#include <build_version.h>#include <common.h>#include <ki_exception.h>#include <pgm_base.h>#include <project.h>#include <project_sch.h>#include <sch_edit_frame.h>#include <sch_symbol.h>#include <dialogs/dialog_remote_symbol_config.h>#include <eeschema_settings.h>#include <settings/kicad_settings.h>#include <settings/settings_manager.h>#include <libraries/symbol_library_adapter.h>#include <libraries/library_manager.h>#include <lib_symbol.h>#include <sch_io/sch_io_mgr.h>#include <tool/tool_manager.h>#include <tools/sch_actions.h>#include <widgets/bitmap_button.h>#include <widgets/webview_panel.h>#include <nlohmann/json.hpp>#include <kiplatform/ui.h>#include <wx/base64.h>#include <wx/datetime.h>#include <wx/choice.h>#include <wx/dir.h>#include <wx/ffile.h>#include <wx/filefn.h>#include <wx/intl.h>#include <wx/log.h>#include <wx/mstream.h>#include <wx/settings.h>#include <wx/sizer.h>#include <wx/strconv.h>#include <wx/webview.h>#include <zstd.h>Go to the source code of this file.
Macros | |
| #define | wxUSE_BASE64 1 |
| #define wxUSE_BASE64 1 |
Definition at line 51 of file panel_remote_symbol.cpp.