|
KiCad PCB EDA Suite
|
#include <dialogs/geom_field_helpers.h>#include <widgets/unit_binder.h>#include <wx/gbsizer.h>#include <wx/stattext.h>#include <wx/textctrl.h>Go to the source code of this file.
Functions | |
| void | AddXYPointToSizer (EDA_DRAW_FRAME &aFrame, wxGridBagSizer &aSizer, int row, int col, const wxString &aName, bool aRelative, std::vector< BOUND_CONTROL > &aBoundCtrls) |
| void | AddFieldToSizer (EDA_DRAW_FRAME &aFrame, wxGridBagSizer &aSizer, int row, int col, const wxString &aName, ORIGIN_TRANSFORMS::COORD_TYPES_T aCoordType, bool aIsAngle, std::vector< BOUND_CONTROL > &aBoundCtrls) |
| void AddFieldToSizer | ( | EDA_DRAW_FRAME & | aFrame, |
| wxGridBagSizer & | aSizer, | ||
| int | row, | ||
| int | col, | ||
| const wxString & | aName, | ||
| ORIGIN_TRANSFORMS::COORD_TYPES_T | aCoordType, | ||
| bool | aIsAngle, | ||
| std::vector< BOUND_CONTROL > & | aBoundCtrls ) |
Definition at line 73 of file geom_field_helpers.cpp.
Referenced by DIALOG_GRID_ITEM_PROPERTIES::DIALOG_GRID_ITEM_PROPERTIES(), and DIALOG_SHAPE_PROPERTIES::DIALOG_SHAPE_PROPERTIES().
| void AddXYPointToSizer | ( | EDA_DRAW_FRAME & | aFrame, |
| wxGridBagSizer & | aSizer, | ||
| int | row, | ||
| int | col, | ||
| const wxString & | aName, | ||
| bool | aRelative, | ||
| std::vector< BOUND_CONTROL > & | aBoundCtrls ) |
Definition at line 29 of file geom_field_helpers.cpp.
References _, ORIGIN_TRANSFORMS::ABS_X_COORD, ORIGIN_TRANSFORMS::ABS_Y_COORD, ORIGIN_TRANSFORMS::REL_X_COORD, and ORIGIN_TRANSFORMS::REL_Y_COORD.
Referenced by DIALOG_GRID_ITEM_PROPERTIES::DIALOG_GRID_ITEM_PROPERTIES(), and DIALOG_SHAPE_PROPERTIES::DIALOG_SHAPE_PROPERTIES().