22#ifndef __FOOTPRINT_PREVIEW_PANEL_H 
   23#define __FOOTPRINT_PREVIEW_PANEL_H 
   58    void SetPinFunctions( 
const std::map<wxString, wxString>& aPinFunctions )
 override 
 
   65                            std::shared_ptr<FOOTPRINT> aFootprintB ) 
override;
 
   94                             std::unique_ptr<KIGFX::GAL_DISPLAY_OPTIONS> aOpts, 
GAL_TYPE aGalType );
 
 
Information pertinent to a Pcbnew printed circuit board.
 
EDA_DRAW_PANEL_GAL(wxWindow *aParentWindow, wxWindowID aWindowId, const wxPoint &aPosition, const wxSize &aSize, KIGFX::GAL_DISPLAY_OPTIONS &aOptions, GAL_TYPE aGalType=GAL_TYPE_OPENGL)
Create a drawing panel that is contained inside aParentWindow.
 
A color representation with 4 components: red, green, blue, alpha.
 
KIWAY_HOLDER(KIWAY *aKiway, HOLDER_TYPE aType)
 
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
 
A logical library item identifier and consists of various portions much like a URI.
 
PCB_DRAW_PANEL_GAL(wxWindow *aParentWindow, wxWindowID aWindowId, const wxPoint &aPosition, const wxSize &aSize, KIGFX::GAL_DISPLAY_OPTIONS &aOptions, GAL_TYPE aGalType=GAL_TYPE_OPENGL)