53        return wxT( 
"GBR_LAYOUT" );
 
 
   82                          const std::vector<KICAD_T>& aScanTypes ) 
override;
 
   85    void Show( 
int nestLevel, std::ostream& os )
 const override { ShowDummy( os ); }
 
 
EDA_ITEM(EDA_ITEM *parent, KICAD_T idType, bool isSCH_ITEM=false, bool isBOARD_ITEM=false)
 
void SetAuxOrigin(const VECTOR2I &aPosition)
 
BOX2I ComputeBoundingBox() const
Calculate the bounding box containing all Gerber items.
 
void SetTitleBlock(const TITLE_BLOCK &aTitleBlock)
 
GERBER_FILE_IMAGE_LIST * GetImagesList() const
 
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...
 
VECTOR2I m_originAxisPosition
 
wxString GetClass() const override
Return the class name.
 
TITLE_BLOCK & GetTitleBlock()
 
void SetBoundingBox(const BOX2I &aBox)
May be re-implemented for each derived class in order to handle all the types given by its member dat...
 
const VECTOR2I & GetAuxOrigin() const
 
const BOX2I GetBoundingBox() const override
Return the orthogonal bounding box of this object for display purposes.
 
GERBER_FILE_IMAGE_LIST is a helper class to handle a list of GERBER_FILE_IMAGE files which are loaded...
 
Hold the information shown in the lower right corner of a plot, printout, or editing view.
 
const INSPECTOR_FUNC & INSPECTOR
std::function passed to nested users by ref, avoids copying std::function.
 
VECTOR2< int32_t > VECTOR2I