|
KiCad PCB EDA Suite
|
Tabbed-document machinery for the Symbol Editor. More...
#include <symbol_edit_frame.h>#include <kidialog.h>#include <lib_symbol.h>#include <lib_symbol_library_manager.h>#include <sch_screen.h>#include <sch_view.h>#include <symbol_editor/symbol_editor_settings.h>#include <symbol_editor/symbol_editor_tab_context.h>#include <tool/actions.h>#include <tool/selection.h>#include <tool/tool_manager.h>#include <tools/sch_selection_tool.h>#include <view/view.h>#include <view/view_controls.h>#include <widgets/editor_tabs_panel.h>#include <widgets/lib_tree.h>#include <widgets/sch_properties_panel.h>Go to the source code of this file.
Tabbed-document machinery for the Symbol Editor.
Tab switching is a non-destructive ownership handoff: the active tab lends its working symbol/screen and undo/redo lists to the frame and takes them back on detach.
Definition in file symbol_edit_frame_tabs.cpp.