KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drawing_stackup_table_tool.cpp File Reference
#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 <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)
 

Typedef Documentation

◆ SCOPED_DRAW_MODE

Function Documentation

◆ initTextTable()

static std::vector< BOARD_ITEM * > initTextTable ( std::vector< std::vector< PCB_TEXT * > >  aContent,
VECTOR2I  origin,
PCB_LAYER_ID  aLayer,
VECTOR2I aTableSize,
bool  aDrawFrame = true 
)
static