25#ifndef FOOTPRINT_VIEWER_FRAME_H
26#define FOOTPRINT_VIEWER_FRAME_H
34class wxSashLayoutWindow;
106 void OnSize( wxSizeEvent& event )
override;
128 void OnCharHook( wxKeyEvent& aEvent )
override;
165 void Update3DView(
bool aMarkDirty,
bool aRefresh,
const wxString* aTitle =
nullptr )
override;
169 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 footprint 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...
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
Stores the common settings that are saved and loaded for each window / frame.