KiCad PCB EDA Suite
|
#include <ee_actions.h>
#include <symbol_edit_frame.h>
#include <tools/symbol_editor_drawing_tools.h>
#include <tools/symbol_editor_pin_tool.h>
#include <tools/ee_grid_helper.h>
#include <lib_text.h>
#include <dialogs/dialog_lib_text_properties.h>
#include <lib_shape.h>
#include <lib_textbox.h>
#include <pgm_base.h>
#include <symbol_editor/symbol_editor_settings.h>
#include <settings/settings_manager.h>
#include <string_utils.h>
#include "dialog_lib_textbox_properties.h"
Go to the source code of this file.
Variables | |
static void * | g_lastPinWeakPtr |
|
static |
Definition at line 40 of file symbol_editor_drawing_tools.cpp.
Referenced by SYMBOL_EDITOR_DRAWING_TOOLS::RepeatDrawItem(), and SYMBOL_EDITOR_DRAWING_TOOLS::TwoClickPlace().