KiCad PCB EDA Suite
|
#include <string_utils.h>
#include <board_commit.h>
#include <pcb_edit_frame.h>
#include <footprint_edit_frame.h>
#include <pcb_layer_box_selector.h>
#include <board.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <pcb_group.h>
#include <pcb_dimension.h>
#include <pcb_shape.h>
#include <pcb_text.h>
#include <widgets/unit_binder.h>
#include <widgets/font_choice.h>
#include <tool/tool_manager.h>
#include <tools/global_edit_tool.h>
#include <tools/footprint_editor_control.h>
#include <dialog_global_edit_text_and_graphics_base.h>
Go to the source code of this file.
Classes | |
class | DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS |
Macros | |
#define | SET_INT_VALUE(aRow, aCol, aValue) m_grid->SetCellValue( aRow, aCol, m_parent->StringFromValue( aValue, true ) ) |
#define | SET_BOOL_VALUE(aRow, aCol, aValue) |
Enumerations | |
enum | { COL_CLASS_NAME = 0 , COL_LINE_THICKNESS , COL_TEXT_WIDTH , COL_TEXT_HEIGHT , COL_TEXT_THICKNESS , COL_TEXT_ITALIC , COL_TEXT_UPRIGHT } |
enum | { ROW_HEADER = 0 , ROW_SILK , ROW_COPPER , ROW_EDGES , ROW_COURTYARD , ROW_FAB , ROW_OTHERS } |
Variables | |
static bool | g_modifyReferences |
static bool | g_modifyValues |
static bool | g_modifyFootprintFields |
static bool | g_modifyFootprintGraphics |
static bool | g_modifyFootprintDimensions |
static bool | g_modifyOtherFootprintTexts |
static bool | g_modifyBoardText |
static bool | g_modifyBoardGraphics |
static bool | g_filterByLayer |
static int | g_layerFilter |
static bool | g_filterByReference |
static wxString | g_referenceFilter |
static bool | g_filterByFootprint |
static wxString | g_footprintFilter |
static bool | g_filterSelected = false |
static bool | g_setToSpecifiedValues = true |
#define SET_BOOL_VALUE | ( | aRow, | |
aCol, | |||
aValue | |||
) |
#define SET_INT_VALUE | ( | aRow, | |
aCol, | |||
aValue | |||
) | m_grid->SetCellValue( aRow, aCol, m_parent->StringFromValue( aValue, true ) ) |
anonymous enum |
Enumerator | |
---|---|
COL_CLASS_NAME | |
COL_LINE_THICKNESS | |
COL_TEXT_WIDTH | |
COL_TEXT_HEIGHT | |
COL_TEXT_THICKNESS | |
COL_TEXT_ITALIC | |
COL_TEXT_UPRIGHT |
Definition at line 45 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
anonymous enum |
Enumerator | |
---|---|
ROW_HEADER | |
ROW_SILK | |
ROW_COPPER | |
ROW_EDGES | |
ROW_COURTYARD | |
ROW_FAB | |
ROW_OTHERS |
Definition at line 56 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 80 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 76 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 78 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::~DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS().
|
static |
Definition at line 82 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::~DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS().
|
static |
Definition at line 81 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 77 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 75 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 74 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 72 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 70 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 71 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 73 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
|
static |
Definition at line 68 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::~DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS().
|
static |
Definition at line 69 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::~DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS().
|
static |
Definition at line 79 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::~DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS().
|
static |
Definition at line 83 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS().