|
KiCad PCB EDA Suite
|
#include <math/vector2d.h>#include <eda_text.h>#include <bitmap_base.h>#include "drawing_sheet/ds_draw_item.h"Go to the source code of this file.
Classes | |
| class | POINT_COORD |
| A coordinate point. More... | |
| class | DS_DATA_ITEM |
| Drawing sheet structure type definitions. More... | |
| class | DS_DATA_ITEM_POLYGONS |
| class | DS_DATA_ITEM_TEXT |
| class | DS_DATA_ITEM_BITMAP |
Namespaces | |
| namespace | KIGFX |
| The Cairo implementation of the graphics abstraction layer. | |
Macros | |
| #define | TB_DEFAULT_TEXTSIZE 1.5 |
Enumerations | |
| enum | CORNER_ANCHOR { RB_CORNER , RT_CORNER , LB_CORNER , LT_CORNER } |
| A coordinate is relative to a page corner. More... | |
| enum | PAGE_OPTION { ALL_PAGES , FIRST_PAGE_ONLY , SUBSEQUENT_PAGES } |
| #define TB_DEFAULT_TEXTSIZE 1.5 |
Definition at line 35 of file ds_data_item.h.
Referenced by DS_DATA_MODEL::DS_DATA_MODEL(), and PROPERTIES_FRAME::OnSetDefaultValues().
| enum CORNER_ANCHOR |
A coordinate is relative to a page corner.
Any of the 4 corners can be a reference. The default is the right bottom corner.
| Enumerator | |
|---|---|
| RB_CORNER | |
| RT_CORNER | |
| LB_CORNER | |
| LT_CORNER | |
Definition at line 47 of file ds_data_item.h.
| enum PAGE_OPTION |
| Enumerator | |
|---|---|
| ALL_PAGES | |
| FIRST_PAGE_ONLY | |
| SUBSEQUENT_PAGES | |
Definition at line 55 of file ds_data_item.h.