|
KiCad PCB EDA Suite
|
#include "dialog_board_reannotate.h"#include <algorithm>#include <base_units.h>#include <bitmaps.h>#include <board_commit.h>#include <confirm.h>#include <ctype.h>#include <gal/graphics_abstraction_layer.h>#include <string_utils.h>#include <kiface_base.h>#include <pcbnew_settings.h>#include <refdes_utils.h>#include <richio.h>#include <tool/grid_menu.h>#include <widgets/wx_html_report_panel.h>#include <wx/valtext.h>Go to the source code of this file.
Macros | |
| #define | SetSortCodes(DirArray, Code) |
Functions | |
| static bool | ChangeArrayCompare (const REFDES_CHANGE &aA, const REFDES_CHANGE &aB) |
| Compare function used to compare ChangeArray element for sort. | |
| static bool | FootprintCompare (const REFDES_INFO &aA, const REFDES_INFO &aB) |
| Compare function to sort footprints. | |
| wxString | empty_str () |
| wxString | unknown_str () |
Variables | |
| bool | g_SortYFirst |
| bool | g_DescendingFirst |
| bool | g_DescendingSecond |
| int | FrontDirectionsArray [] |
| int | BackDirectionsArray [] |
| wxString | ActionMessage [] |
| #define SetSortCodes | ( | DirArray, | |
| Code ) |
Definition at line 79 of file dialog_board_reannotate.cpp.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
|
static |
Compare function used to compare ChangeArray element for sort.
Definition at line 248 of file dialog_board_reannotate.cpp.
References REFDES_CHANGE::OldRefDesString, and StrNumCmp().
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
| wxString empty_str | ( | ) |
Definition at line 284 of file dialog_board_reannotate.cpp.
References _.
Referenced by DIALOG_BOARD_REANNOTATE::LogChangePlan(), DIALOG_BOARD_REANNOTATE::LogFootprints(), and DIALOG_BOARD_REANNOTATE::ReannotateBoard().
|
static |
Compare function to sort footprints.
Definition at line 256 of file dialog_board_reannotate.cpp.
References g_DescendingFirst, g_DescendingSecond, g_SortYFirst, REFDES_INFO::roundedx, and REFDES_INFO::roundedy.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
| wxString unknown_str | ( | ) |
Definition at line 290 of file dialog_board_reannotate.cpp.
References _.
Referenced by DIALOG_BOARD_REANNOTATE::ReannotateBoard().
| wxString ActionMessage[] |
Definition at line 87 of file dialog_board_reannotate.cpp.
Referenced by DIALOG_BOARD_REANNOTATE::LogChangePlan().
| int BackDirectionsArray[] |
Definition at line 68 of file dialog_board_reannotate.cpp.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
| int FrontDirectionsArray[] |
Definition at line 53 of file dialog_board_reannotate.cpp.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
| bool g_DescendingFirst |
Definition at line 46 of file dialog_board_reannotate.cpp.
Referenced by FootprintCompare().
| bool g_DescendingSecond |
Definition at line 47 of file dialog_board_reannotate.cpp.
Referenced by FootprintCompare().
| bool g_SortYFirst |
Definition at line 45 of file dialog_board_reannotate.cpp.
Referenced by FootprintCompare().