KiCad PCB EDA Suite
|
#include "drawing_tool.h"
#include <kiplatform/ui.h>
#include "pcb_actions.h"
#include <pcb_edit_frame.h>
#include <view/view.h>
#include <tool/tool_manager.h>
#include <board_commit.h>
#include <scoped_set_reset.h>
#include <gal/painter.h>
#include <tools/zone_filler_tool.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <pcb_shape.h>
#include <pcb_group.h>
#include <pcb_text.h>
#include <view/view_controls.h>
#include <string_utils.h>
#include <wx/utils.h>
Go to the source code of this file.
Typedefs | |
using | SCOPED_DRAW_MODE = SCOPED_SET_RESET< DRAWING_TOOL::MODE > |
Functions | |
static std::vector< BOARD_ITEM * > | initTextTable (std::vector< std::vector< PCB_TEXT * > > aContent, VECTOR2I origin, PCB_LAYER_ID aLayer, VECTOR2I *aTableSize, bool aDrawFrame=true) |
Definition at line 45 of file drawing_stackup_table_tool.cpp.
|
static |
Definition at line 48 of file drawing_stackup_table_tool.cpp.
References EDA_IU_SCALE::mmToIU(), pcbIUScale, EDA_SHAPE::SetEnd(), PCB_SHAPE::SetLayer(), EDA_SHAPE::SetStart(), VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by DRAWING_TOOL::DrawBoardCharacteristics(), and DRAWING_TOOL::DrawSpecificationStackup().