KiCad PCB EDA Suite
|
#include "dialog_tuning_pattern_properties.h"
#include <bitmaps.h>
#include <pcb_base_edit_frame.h>
#include <board_design_settings.h>
#include <drc/drc_engine.h>
Go to the source code of this file.
Variables | |
long long int | g_lastTargetLength = PNS::MEANDER_SETTINGS::LENGTH_UNCONSTRAINED |
int | g_lastTargetSkew = 0 |
long long int g_lastTargetLength = PNS::MEANDER_SETTINGS::LENGTH_UNCONSTRAINED |
Definition at line 27 of file dialog_tuning_pattern_properties.cpp.
Referenced by DIALOG_TUNING_PATTERN_PROPERTIES::TransferDataFromWindow(), and DIALOG_TUNING_PATTERN_PROPERTIES::TransferDataToWindow().
int g_lastTargetSkew = 0 |
Definition at line 28 of file dialog_tuning_pattern_properties.cpp.
Referenced by DIALOG_TUNING_PATTERN_PROPERTIES::TransferDataFromWindow(), and DIALOG_TUNING_PATTERN_PROPERTIES::TransferDataToWindow().