KiCad PCB EDA Suite
|
#include <wx/wupdlock.h>
#include <wx/dataview.h>
#include <wx/settings.h>
#include <widgets/ui_common.h>
#include <marker_base.h>
#include <eda_draw_frame.h>
#include <rc_item.h>
#include <rc_json_schema.h>
#include <eda_item.h>
#include <base_units.h>
Go to the source code of this file.
Macros | |
#define | WX_DATAVIEW_WINDOW_PADDING 6 |
Functions | |
static wxString | showCoord (UNITS_PROVIDER *aUnitsProvider, const VECTOR2I &aPos) |
#define WX_DATAVIEW_WINDOW_PADDING 6 |
Definition at line 36 of file rc_item.cpp.
|
static |
Definition at line 48 of file rc_item.cpp.
References UNITS_PROVIDER::MessageTextFromValue(), VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by RC_ITEM::ShowReport().