KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_re_overlay_types.h File Reference
#include <wx/string.h>

Go to the source code of this file.

Classes

struct  DRC_RE_FIELD_POSITION
 Specifies the position and size of a field overlaid on a constraint bitmap. More...
 

Enumerations

enum class  LABEL_POSITION {
  NONE , LEFT , RIGHT , TOP ,
  BOTTOM
}
 Specifies the position of a label relative to its associated field. More...
 

Enumeration Type Documentation

◆ LABEL_POSITION

enum class LABEL_POSITION
strong

Specifies the position of a label relative to its associated field.

Enumerator
NONE 

No label.

LEFT 

Label to the left of the field.

RIGHT 

Label to the right of the field.

TOP 

Label above the field.

BOTTOM 

Label below the field.

Definition at line 33 of file drc_re_overlay_types.h.