|
KiCad PCB EDA Suite
|
#include <ds_data_item.h>
Public Member Functions | |
| POINT_COORD () | |
| POINT_COORD (const VECTOR2D &aPos, enum CORNER_ANCHOR aAnchor=RB_CORNER) | |
Public Attributes | |
| VECTOR2D | m_Pos |
| int | m_Anchor |
A coordinate point.
The position is always relative to the corner anchor.
Definition at line 65 of file ds_data_item.h.
|
inline |
Definition at line 68 of file ds_data_item.h.
|
inline |
Definition at line 70 of file ds_data_item.h.
| int POINT_COORD::m_Anchor |
Definition at line 77 of file ds_data_item.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), DS_DATA_MODEL_IO::formatCoordinate(), DRAWING_SHEET_PARSER::parseCoordinate(), POINT_COORD(), and POINT_COORD().
| VECTOR2D POINT_COORD::m_Pos |
Definition at line 76 of file ds_data_item.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), DS_DATA_MODEL_IO::formatCoordinate(), DRAWING_SHEET_PARSER::parseCoordinate(), and POINT_COORD().