30 #ifndef FOOTPRINT_WIZARD_FRAME_H_ 31 #define FOOTPRINT_WIZARD_FRAME_H_ 33 #include <wx/gdicmn.h> 37 class wxSashLayoutWindow;
74 void OnSize( wxSizeEvent& event )
override;
176 void Update3DView(
bool aMarkDirty,
bool aRefresh,
const wxString* aTitle =
nullptr )
override;
185 DECLARE_EVENT_TABLE()
208 #endif // FOOTPRINT_WIZARD_FRM_H_
A base class for any item which can be embedded within the BOARD container class, and therefore insta...
FRAME_T
The set of EDA_BASE_FRAME derivatives, typically stored in EDA_BASE_FRAME::m_Ident.
UNDO_REDO
Undo Redo considerations: Basically we have 3 cases New item Deleted item Modified item there is also...
Stores the common settings that are saved and loaded for each window / frame.
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
A holder to handle information on schematic or board items.
Common, abstract interface for edit frames.
A base class for most all the KiCad significant classes used in schematics and boards.
Color settings are a bit different than most of the settings objects in that there can be more than o...
Abstract interface for BOARD_ITEMs capable of storing other items inside.