KiCad PCB EDA Suite
|
#include <board.h>
#include <footprint.h>
#include <dialogs/dialog_board_reannotate_base.h>
#include <layer_ids.h>
#include <netlist_reader/pcb_netlist.h>
#include <pcb_base_frame.h>
#include <pcb_edit_frame.h>
#include <project.h>
#include <frame_type.h>
#include <tool/actions.h>
#include <tool/tool_manager.h>
#include <tools/pcb_selection_tool.h>
Go to the source code of this file.
Classes | |
struct | RefDesChange |
struct | RefDesInfo |
struct | RefDesTypeStr |
class | DIALOG_BOARD_REANNOTATE |
Macros | |
#define | SORTXFIRST 0b000 |
#define | SORTYFIRST 0b100 |
#define | ASCENDINGFIRST 0b000 |
#define | DESCENDINGFIRST 0b010 |
#define | ASCENDINGSECOND 0b000 |
#define | DESCENDINGSECOND 0b001 |
#define | MINGRID 1000 |
#define | MAXERROR 10 |
#define | VALIDPREFIX "_-+=/\\" |
Enumerations | |
enum | ActionCode { UpdateRefDes , EmptyRefDes , InvalidRefDes , Exclude } |
enum | AnnotationScope { AnnotateAll = 0 , AnnotateFront , AnnotateBack , AnnotateSelected } |
#define ASCENDINGFIRST 0b000 |
Definition at line 44 of file dialog_board_reannotate.h.
#define ASCENDINGSECOND 0b000 |
Definition at line 46 of file dialog_board_reannotate.h.
#define DESCENDINGFIRST 0b010 |
Definition at line 45 of file dialog_board_reannotate.h.
#define DESCENDINGSECOND 0b001 |
Definition at line 47 of file dialog_board_reannotate.h.
#define MAXERROR 10 |
Definition at line 50 of file dialog_board_reannotate.h.
#define MINGRID 1000 |
Definition at line 49 of file dialog_board_reannotate.h.
#define SORTXFIRST 0b000 |
Definition at line 42 of file dialog_board_reannotate.h.
#define SORTYFIRST 0b100 |
Definition at line 43 of file dialog_board_reannotate.h.
#define VALIDPREFIX "_-+=/\\" |
Definition at line 51 of file dialog_board_reannotate.h.
enum ActionCode |
Enumerator | |
---|---|
UpdateRefDes | |
EmptyRefDes | |
InvalidRefDes | |
Exclude |
Definition at line 53 of file dialog_board_reannotate.h.
enum AnnotationScope |
Enumerator | |
---|---|
AnnotateAll | |
AnnotateFront | |
AnnotateBack | |
AnnotateSelected |
Definition at line 61 of file dialog_board_reannotate.h.