pcb 4.1.1
An interactive printed circuit board layout editor.
|
DRC GUI Hooks. More...
#include <hid.h>
Data Fields | |
int | log_drc_overview |
int | log_drc_violations |
void(* | reset_drc_dialog_message )(void) |
void(* | append_drc_violation )(DrcViolationType *violation) |
int(* | throw_drc_dialog )(void) |
void(* HID_DRC_GUI::append_drc_violation)(DrcViolationType *violation) |
Definition at line 344 of file hid.h.
Referenced by append_drc_violation().
Definition at line 341 of file hid.h.
Referenced by ActionDRCheck().
Definition at line 342 of file hid.h.
Referenced by append_drc_violation().
void(* HID_DRC_GUI::reset_drc_dialog_message)(void) |
Definition at line 343 of file hid.h.
Referenced by reset_drc_dialog_message().
int(* HID_DRC_GUI::throw_drc_dialog)(void) |
Definition at line 345 of file hid.h.
Referenced by throw_drc_dialog().