|
KiCad PCB EDA Suite
|
#include "tools/ee_graphic_tool.h"#include <wx/msgdlg.h>#include <default_values.h>#include <scoped_set_reset.h>#include <dialogs/dialog_text_properties.h>#include <eeschema_settings.h>#include <import_gfx/dialog_import_gfx_sch.h>#include <gal/graphics_abstraction_layer.h>#include <sch_actions.h>#include <sch_commit.h>#include <sch_edit_frame.h>#include <sch_shape.h>#include <sch_textbox.h>#include <schematic.h>#include <symbol_edit_frame.h>#include <symbol_editor/symbol_editor_settings.h>#include <tool/arc_draw_behavior.h>#include <tool/bezier_draw_behavior.h>#include <tool/ellipse_draw_behavior.h>#include <tools/ee_grid_helper.h>#include <tools/sch_selection_tool.h>#include <view/view_controls.h>#include <view/view.h>Go to the source code of this file.
Typedefs | |
| using | SCOPED_DRAW_MODE = SCOPED_SET_RESET<EE_GRAPHIC_TOOL::MODE> |
Definition at line 48 of file ee_graphic_tool.cpp.