20#ifndef DRC_RE_OVERLAY_TYPES_H
21#define DRC_RE_OVERLAY_TYPES_H
71 const wxString& aTooltipText = wxEmptyString,
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.
DRC_RE_FIELD_POSITION(int aXStart, int aXEnd, int aYCenter, const wxString &aLabelText=wxEmptyString, LABEL_POSITION aLabelPos=LABEL_POSITION::NONE, const wxString &aTooltipText=wxEmptyString, const wxString &aPrefixText=wxEmptyString)
wxString labelText
Optional label text (empty for no label)
int yCenter
Vertical center Y coordinate of the field.
wxString tooltipText
Optional tooltip shown on the control.