41extern int scaletoIU( 
double aCoord, 
bool isMetric );       
 
  109        delete ap_item.second;
 
 
  120    const int max_messages = 50;    
 
 
  138        item->m_AbsolutePolygon.RemoveAllContours();
 
 
  150    if( aCreateIfNoExist )
 
 
  271                if( item->HasNegativeItems() )
 
 
  291        wxCHECK2( dcode, 
continue );
 
 
  321            if( jj == 0 && ii == 0 )
 
  330            dupItem->
MoveXY( move_vector );
 
 
  380    msg.Printf( wxT( 
"X=%s Y=%s" ),
 
 
  397    wxString cmd = aAttribute.
GetPrm( 0 );
 
  400    if( cmd.IsEmpty() || cmd == wxT( 
".AperFunction" ) )
 
 
  406                                         const std::vector<KICAD_T>& aScanTypes )
 
  408    for( 
KICAD_T scanType : aScanTypes )
 
 
int scaletoIU(double aCoord, bool isMetric)
Convert a distance given in floating point to our internal units.
 
constexpr EDA_IU_SCALE gerbIUScale
 
constexpr BOX2I KiROUND(const BOX2D &aBoxD)
 
Support the "aperture macro" defined within standard RS274X.
 
A gerber DCODE (also called Aperture) definition.
 
bool m_Defined
false if the aperture is not defined in the header
 
bool m_InUse
false if the aperture (previously defined) is not used to draw something
 
virtual void ClearMsgPanel()
Clear all messages from the message panel.
 
void AppendMsgPanel(const wxString &aTextUpper, const wxString &aTextLower, int aPadding=6)
Append a message to the message panel.
 
static INSPECT_RESULT IterateForward(std::deque< T > &aList, INSPECTOR inspector, void *testData, const std::vector< KICAD_T > &scanTypes)
This changes first parameter to avoid the DList and use the main queue instead.
 
EDA_ITEM(EDA_ITEM *parent, KICAD_T idType, bool isSCH_ITEM=false, bool isBOARD_ITEM=false)
 
void MoveXY(const VECTOR2I &aMoveVector)
Move this object.
 
void SetDrawOffetAndRotation(VECTOR2D aOffsetMM, EDA_ANGLE aRotation)
Set the offset and rotation to draw a file image Does not change any coordinate od draw items.
 
int m_Last_Pen_Command
Current or last pen state (0..9, set by Dn option with n < 10.
 
APERTURE_MACRO * FindApertureMacro(const APERTURE_MACRO &aLookup)
Look up a previously read in aperture macro.
 
X2_ATTRIBUTE_FILEFUNCTION * m_FileFunction
file function parameters, found in a TF command or a G04
 
void RemoveAttribute(X2_ATTRIBUTE &aAttribute)
Called when a TD command is found the Gerber file.
 
int m_hasNegativeItems
True if the image is negative or has some negative items.
 
virtual void ResetDefaultValues()
Set all parameters to a default value, before reading a file.
 
bool m_SwapAxis
false if A = X and B = Y (default); true if A = Y, B = X
 
GERBER_FILE_IMAGE(int layer)
 
double m_LocalRotation
Local rotation added to m_ImageRotation.
 
VECTOR2I m_Offset
Coord Offset, from OF command.
 
EDA_ANGLE m_DisplayRotation
 
wxSize m_FmtScale
Fmt 2.3: m_FmtScale = 3, fmt 3.4: m_FmtScale = 4.
 
virtual ~GERBER_FILE_IMAGE()
 
int m_ArcRadius
Identifier for arc data type (IJ (center) or A## (radius)).
 
wxString m_FileName
Full File Name for this layer.
 
void StepAndRepeatItem(const GERBER_DRAW_ITEM &aItem)
Gerber format has a command Step an Repeat.
 
bool m_ImageJustifyXCenter
Image Justify Center on X axis (default = false)
 
bool m_ImageJustifyYCenter
Image Justify Center on Y axis (default = false)
 
VECTOR2I m_DisplayOffset
< Parameters used only to draw (display) items on this layer.
 
VECTOR2I m_PreviousPos
old current specified coord for plot
 
bool m_InUse
true if this image is currently in use (a file is loaded in it) false if it must be not drawn
 
bool m_ImageNegative
true = Negative image
 
void AddMessageToList(const wxString &aMessage)
Add a message to the message list.
 
LAST_EXTRA_ARC_DATA_TYPE m_LastArcDataType
 
wxArrayString m_messagesList
 
int m_LineNum
Line number of the gerber file while reading.
 
COLOR4D m_PositiveDrawColor
The color used to draw positive items.
 
std::map< int, D_CODE * > m_ApertureList
Dcode (Aperture) List for this layer (see dcode.h)
 
VECTOR2I m_IJPos
IJ coord (for arcs & circles )
 
wxString m_ImageName
Image name, from IN <name>* command.
 
bool m_Relative
false = absolute Coord, true = relative Coord.
 
wxString m_MD5_value
MD5 value found in a TF.MD5 command.
 
bool m_MirrorB
true: mirror / axis B (Y)
 
wxString m_PartString
string found in a TF.Part command
 
D_CODE * GetDCODE(int aDCODE) const
Return a pointer to the D_CODE within this GERBER for the given aDCODE.
 
bool m_IsX2_file
True if a X2 gerber attribute was found in file.
 
int m_ImageRotation
Image rotation (0, 90, 180, 270 only) in degrees.
 
VECTOR2I m_ImageOffset
Coord Offset, from IO command.
 
int m_PolygonFillModeState
a collection of APERTURE_MACROS, sorted by name
 
bool m_Has_DCode
< True if has DCodes in file or false if no DCodes found. Perhaps deprecated RS274D file.
 
int m_Current_Tool
Current Tool (Dcode) number selected.
 
D_CODE * GetDCODEOrCreate(int aDCODE, bool aCreateIfNoExist=true)
Return a pointer to the D_CODE within this GERBER for the given aDCODE.
 
INSPECT_RESULT Visit(INSPECTOR inspector, void *testData, const std::vector< KICAD_T > &aScanTypes) override
May be re-implemented for each derived class in order to handle all the types given by its member dat...
 
void AddItemToList(GERBER_DRAW_ITEM *aItem)
Add a new GERBER_DRAW_ITEM item to the drawings list.
 
wxSize m_FmtLen
Nb chars per coord. ex fmt 2.3, m_FmtLen = 5.
 
int m_GraphicLayer
Graphic layer Number.
 
APERTURE_MACRO_SET m_aperture_macros
 
GERBER_DRAW_ITEMS m_drawings
 
bool m_GerbMetric
false = Inches, true = metric
 
GBR_NETLIST_METADATA m_NetAttributeDict
 
int m_CommandState
state of gerber analysis command
 
bool m_NoTrailingZeros
true: remove tailing zeros.
 
int m_Iterpolation
Linear, 90 arc, Circ.
 
VECTOR2I m_CurrentPos
current specified coord for plot
 
bool m_MirrorA
true: mirror / axis A (X)
 
bool m_LastCoordIsIJPos
A value ( = radius in circular routing in Excellon files ).
 
VECTOR2I m_Scale
scale (X and Y) of layer.
 
GERBER_DRAW_ITEMS & GetItems()
 
VECTOR2I m_ImageJustifyOffset
Image Justify Offset on XY axis (default = 0,0)
 
GERBER_LAYER m_GBRLayerParams
 
GERBER_LAYER & GetLayerParams()
 
void DisplayImageInfo(GERBVIEW_FRAME *aMainFrame)
Display information about image parameters in the status bar.
 
void ResetDefaultValues()
 
wxRealPoint m_StepForRepeat
 
bool m_StepForRepeatMetric
 
wxString MessageTextFromValue(double aValue, bool aAddUnitLabel=true, EDA_DATA_TYPE aType=EDA_DATA_TYPE::DISTANCE) const
A lower-precision version of StringFromValue().
 
The attribute value consists of a number of substrings separated by a comma.
 
const wxString & GetPrm(int aIdx)
 
static constexpr EDA_ANGLE ANGLE_0
 
const INSPECTOR_FUNC & INSPECTOR
std::function passed to nested users by ref, avoids copying std::function.
 
int scaletoIU(double aCoord, bool isMetric)
Function scaletoIU converts a distance given in floating point to our internal units.
 
@ GERB_INTERPOL_LINEAR_1X
 
This file contains miscellaneous commonly used macros and functions.
 
KICAD_T
The set of class identification values stored in EDA_ITEM::m_structType.
 
VECTOR2< int32_t > VECTOR2I
 
VECTOR2< double > VECTOR2D