20#ifndef GEOM_FIELD_HELPERS_H
21#define GEOM_FIELD_HELPERS_H
41 const wxString& aName,
bool aRelative,
42 std::vector<BOUND_CONTROL>& aBoundCtrls );
46 bool aIsAngle, std::vector<BOUND_CONTROL>& aBoundCtrls );
The base class for create windows for drawing purpose.
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)
std::unique_ptr< UNIT_BINDER > m_Binder