| 
    KiCad PCB EDA Suite
    
   | 
 
#include "stroke_params.h"#include "stroke_params_parser.h"#include <base_units.h>#include <charconv>#include <string_utils.h>#include <render_settings.h>#include <geometry/geometry_utils.h>#include <geometry/shape.h>#include <geometry/shape_rect.h>#include <geometry/shape_segment.h>#include <geometry/shape_simple.h>#include <macros.h>#include <trigo.h>#include <widgets/msgpanel.h>Go to the source code of this file.
Variables | |
| const std::map< LINE_STYLE, struct LINE_STYLE_DESC > | lineTypeNames | 
| Conversion map between LINE_STYLE values and style names displayed.   | |
| const std::map<LINE_STYLE, struct LINE_STYLE_DESC> lineTypeNames | 
Conversion map between LINE_STYLE values and style names displayed.
Definition at line 39 of file stroke_params.cpp.
Referenced by DIALOG_LINE_PROPERTIES::DIALOG_LINE_PROPERTIES(), DIALOG_SHAPE_PROPERTIES::DIALOG_SHAPE_PROPERTIES(), DIALOG_SHAPE_PROPERTIES::DIALOG_SHAPE_PROPERTIES(), DIALOG_TABLE_PROPERTIES::DIALOG_TABLE_PROPERTIES(), DIALOG_TABLE_PROPERTIES::DIALOG_TABLE_PROPERTIES(), DIALOG_TEXTBOX_PROPERTIES::DIALOG_TEXTBOX_PROPERTIES(), DIALOG_WIRE_BUS_PROPERTIES::DIALOG_WIRE_BUS_PROPERTIES(), STROKE_PARAMS::GetMsgPanelInfo(), STROKE_PARAMS::Stroke(), DIALOG_LINE_PROPERTIES::TransferDataFromWindow(), DIALOG_SHAPE_PROPERTIES::TransferDataFromWindow(), DIALOG_TABLE_PROPERTIES::TransferDataFromWindow(), DIALOG_TEXT_PROPERTIES::TransferDataFromWindow(), DIALOG_TEXTBOX_PROPERTIES::TransferDataFromWindow(), DIALOG_WIRE_BUS_PROPERTIES::TransferDataFromWindow(), DIALOG_LINE_PROPERTIES::TransferDataToWindow(), DIALOG_SHAPE_PROPERTIES::TransferDataToWindow(), DIALOG_TABLE_PROPERTIES::TransferDataToWindow(), DIALOG_TEXT_PROPERTIES::TransferDataToWindow(), DIALOG_TEXTBOX_PROPERTIES::TransferDataToWindow(), and DIALOG_WIRE_BUS_PROPERTIES::TransferDataToWindow().