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 ); }
A base class for most all the KiCad significant classes used in schematics and boards.
A list of GERBER_DRAW_ITEM objects currently loaded.
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