|
KiCad PCB EDA Suite
|
#include <gerber_file_image.h>
Public Member Functions | |
| GERBER_LAYER () | |
| ~GERBER_LAYER () | |
Public Attributes | |
| wxString | m_LayerName |
| bool | m_LayerNegative |
| wxRealPoint | m_StepForRepeat |
| int | m_XRepeatCount |
| int | m_YRepeatCount |
| bool | m_StepForRepeatMetric |
Private Member Functions | |
| void | ResetDefaultValues () |
Friends | |
| class | GERBER_FILE_IMAGE |
Definition at line 78 of file gerber_file_image.h.
| GERBER_LAYER::GERBER_LAYER | ( | ) |
Definition at line 62 of file gerber_file_image.cpp.
References ResetDefaultValues().
| GERBER_LAYER::~GERBER_LAYER | ( | ) |
Definition at line 68 of file gerber_file_image.cpp.
|
private |
Definition at line 73 of file gerber_file_image.cpp.
References m_LayerName, m_LayerNegative, m_StepForRepeat, m_StepForRepeatMetric, m_XRepeatCount, and m_YRepeatCount.
Referenced by GERBER_LAYER().
|
friend |
Definition at line 86 of file gerber_file_image.h.
References GERBER_FILE_IMAGE.
Referenced by GERBER_FILE_IMAGE.
| wxString GERBER_LAYER::m_LayerName |
Definition at line 90 of file gerber_file_image.h.
Referenced by ResetDefaultValues(), and GERBVIEW_FRAME::UpdateTitleAndInfo().
| bool GERBER_LAYER::m_LayerNegative |
Definition at line 91 of file gerber_file_image.h.
Referenced by GERBER_FILE_IMAGE::ExecuteRS274XCommand(), and ResetDefaultValues().
| wxRealPoint GERBER_LAYER::m_StepForRepeat |
Definition at line 92 of file gerber_file_image.h.
Referenced by GERBER_FILE_IMAGE::ExecuteRS274XCommand(), and ResetDefaultValues().
| bool GERBER_LAYER::m_StepForRepeatMetric |
Definition at line 95 of file gerber_file_image.h.
Referenced by GERBER_FILE_IMAGE::ExecuteRS274XCommand(), and ResetDefaultValues().
| int GERBER_LAYER::m_XRepeatCount |
Definition at line 93 of file gerber_file_image.h.
Referenced by GERBER_FILE_IMAGE::ExecuteRS274XCommand(), ResetDefaultValues(), and GERBER_FILE_IMAGE::StepAndRepeatItem().
| int GERBER_LAYER::m_YRepeatCount |
Definition at line 94 of file gerber_file_image.h.
Referenced by GERBER_FILE_IMAGE::ExecuteRS274XCommand(), ResetDefaultValues(), and GERBER_FILE_IMAGE::StepAndRepeatItem().