| 
    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_barcode.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) | 
| #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 wxString | g_referenceFilter | 
| static wxString | g_footprintFilter | 
| #define SET_BOOL_VALUE | ( | aRow, | |
| aCol, | |||
| aValue ) | 
| #define SET_INT_VALUE | ( | aRow, | |
| aCol, | |||
| aValue ) | 
| anonymous enum | 
| Enumerator | |
|---|---|
| ROW_HEADER | |
| ROW_SILK | |
| ROW_COPPER | |
| ROW_EDGES | |
| ROW_COURTYARD | |
| ROW_FAB | |
| ROW_OTHERS | |
Definition at line 57 of file pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp.
| 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 46 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 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().