30#ifndef FOOTPRINT_WIZARD_FRAME_H_ 
   31#define FOOTPRINT_WIZARD_FRAME_H_ 
   36#include <nlohmann/json_fwd.hpp> 
   38class wxSashLayoutWindow;
 
   88    void                OnSize( wxSizeEvent& event ) 
override;
 
  176    void Update3DView( 
bool aMarkDirty, 
bool aRefresh, 
const wxString* aTitle = 
nullptr ) 
override;
 
  178    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.
 
Color settings are a bit different than most of the settings objects in that there can be more than o...
 
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
 
PCB_BASE_EDIT_FRAME(KIWAY *aKiway, wxWindow *aParent, FRAME_T aFrameType, const wxString &aTitle, const wxPoint &aPos, const wxSize &aSize, long aStyle, const wxString &aFrameName)
 
FRAME_T
The set of EDA_BASE_FRAME derivatives, typically stored in EDA_BASE_FRAME::m_Ident.
 
Store the common settings that are saved and loaded for each window / frame.