|
KiCad PCB EDA Suite
|
#include "tools/symbol_editor_control.h"#include <advanced_config.h>#include <bitmaps/bitmap_types.h>#include <confirm.h>#include <dialogs/dialog_lib_fields_table.h>#include <gestfich.h>#include <kidialog.h>#include <kiway.h>#include <launch_ext.h>#include <lib_symbol_library_manager.h>#include <libraries/library_manager.h>#include <pgm_base.h>#include <sch_painter.h>#include <string_utils.h>#include <symbol_edit_frame.h>#include <symbol_editor/symbol_editor_settings.h>#include <symbol_tree_model_adapter.h>#include <symbol_viewer_frame.h>#include <dialogs/hotkey_cycle_popup.h>#include <widgets/editor_tabs_panel.h>#include <tool/library_editor_control.h>#include <tool/tool_manager.h>#include <tools/sch_actions.h>#include <wildcards_and_files_ext.h>#include <wx/filedlg.h>#include <kiplatform/ui.h>#include <dialogs/dialog_kicad_diff.h>#include <diff_merge/sym_lib_differ.h>#include <diff_merge/sym_diff_canvas_context.h>#include <widgets/widget_diff_canvas.h>#include <lib_symbol.h>#include <map>Go to the source code of this file.
Functions | |
| static void | showTabSwitcher (SYMBOL_EDIT_FRAME *aFrame, bool aForward) |
|
static |
Definition at line 1017 of file symbol_editor_control.cpp.
References _, EDA_DRAW_FRAME::CreateHotkeyPopup(), EDITOR_TABS_MODEL::Entries(), EDITOR_TABS_PANEL::GetActiveTab(), EDA_DRAW_FRAME::GetHotkeyPopup(), SYMBOL_EDIT_FRAME::GetTabsPanel(), EDITOR_TABS_PANEL::Model(), next(), and HOTKEY_CYCLE_POPUP::Popup().
Referenced by SYMBOL_EDITOR_CONTROL::NextTab(), and SYMBOL_EDITOR_CONTROL::PrevTab().