25#ifndef FOOTPRINT_VIEWER_FRAME_H 
   26#define FOOTPRINT_VIEWER_FRAME_H 
   34class wxSashLayoutWindow;
 
  124    void OnSize( wxSizeEvent& event ) 
override;
 
  141    void OnCharHook( wxKeyEvent& aEvent ) 
override;
 
  163    void Update3DView( 
bool aMarkDirty, 
bool aRefresh, 
const wxString* aTitle = 
nullptr ) 
override;
 
  167    DECLARE_EVENT_TABLE()
 
 
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
 
Abstract interface for BOARD_ITEMs capable of storing other items inside.
 
A base class for any item which can be embedded within the BOARD container class, and therefore insta...
 
Color settings are a bit different than most of the settings objects in that there can be more than o...
 
Store all of the related component information found in a netlist.
 
A color representation with 4 components: red, green, blue, alpha.
 
Carry a payload from one KIWAY_PLAYER to another within a PROJECT.
 
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
 
PCB_BASE_FRAME(KIWAY *aKiway, wxWindow *aParent, FRAME_T aFrameType, const wxString &aTitle, const wxPoint &aPos, const wxSize &aSize, long aStyle, const wxString &aFrameName)
 
Store the common settings that are saved and loaded for each window / frame.