20#ifndef DRC_RE_OVERLAY_TYPES_H
21#define DRC_RE_OVERLAY_TYPES_H
68 const wxString& aLabelText = wxEmptyString,
70 const wxString& aPrefixText = wxEmptyString ) :
LABEL_POSITION
Specifies the position of a label relative to its associated field.
LABEL_POSITION labelPosition
Position of label relative to field.
wxString prefixText
Optional text placed on the left.
int xEnd
Right edge X coordinate where the field ends.
int xStart
Left edge X coordinate where the field starts.
wxString labelText
Optional label text (empty for no label)
int yCenter
Vertical center Y coordinate of the field.
DRC_RE_FIELD_POSITION(int aXStart, int aXEnd, int aYCenter, const wxString &aLabelText=wxEmptyString, LABEL_POSITION aLabelPos=LABEL_POSITION::NONE, const wxString &aPrefixText=wxEmptyString)